<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html><head>



<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>:: Acadmico &gt; Cadastros &gt; Perodos</title>
<link rel="stylesheet" type="text/css" href="RELATORIO%20G_arquivos/estilo.css">
<link rel="stylesheet" href="RELATORIO%20G_arquivos/jquery.css">
<style type="text/css" media="all">
table {
	border-collapse:collapse;
}
.style3 {
	color: #FF0000
}
</style>
<script language="JavaScript" src="RELATORIO%20G_arquivos/funcoes.js" type="text/JavaScript"></script>
<script src="RELATORIO%20G_arquivos/jquery.js" type="text/javascript"></script>
<script src="RELATORIO%20G_arquivos/jquery_002.js" type="text/javascript"></script>
<script src="RELATORIO%20G_arquivos/jquery_003.js" type="text/javascript"></script>
<script src="RELATORIO%20G_arquivos/jquery_004.js" type="text/javascript"></script>
<script language="JavaScript">

        function inicializa() {

            //parent.document.forms[0].height = document.body.scrollHeight+30;

            //parent.parent.document.getElementById('centro').height =
			//	document.body.scrollHeight + 200;
			
        }

        function ValidaPagina(obj,tipoAcao) {
            obj.disabled = true;
			var qtd_Alunos 		= document.getElementById('qtd_Alunos').value;
            var qtd_Disciplinas = document.getElementById('qtd_Disciplinas').value;
            var objNota;
			var qtdCamposBrancos = 0;
            var cd_Aluno = '';
			var cd_Disciplina = '';
            var nr_Nota = '';
            var qtdErro = 0;
			var msg = 'Existem notas maiores do que 10!';
			
            for (i = 1; i <= qtd_Alunos; i++) {
                cd_Aluno = document.getElementById('cd_Aluno_' + i).value;
                for (y = 1; y <= qtd_Disciplinas; y++) {
                	cd_Disciplina = document.getElementById('cd_Disciplina_' + y).value;
					objNota = document.getElementById('nr_Nota_' + cd_Aluno + '_' + cd_Disciplina);
                    nr_Nota = objNota.value.split(',');

                    if (nr_Nota[0] > 10) {
                        objNota.style.background = '#D5BBB8';
                        objNota.style.color = 'Black';
                        objNota.focus();
                        qtdErro++;
                    }
                    else if ((nr_Nota[0] == 10) && (nr_Nota[1] > 0)) {
                        objNota.style.background = '#D5BBB8';
                        objNota.style.color = 'Black';
                        objNota.focus();
                        qtdErro++;
                    }
					else if (objNota.value == '')
					{
						qtdCamposBrancos++;
					}
                }
            }
			//if (qtdCamposBrancos == (qtd_Alunos * qtd_Disciplinas))
			//{
			//	msg = 'Nenhuma nota foi informada!';	
			//	qtdErro = 1;			
			//}
            if (qtdErro == 0) {                
				document.forms[0].action = "AlunoAvaliacao_frmCad.asp?Inc_Alt="+ tipoAcao
				document.forms[0].submit();
            }
            else {
				alert(msg);
                obj.disabled = false;
            }
        }
				
		function selecionaSemestre(obj) {
		
			querystring = "&ci_Turma="+ document.getElementById("cd_Turma").value +
						  "&ci_Disciplina="+ document.getElementById("cd_Disciplina").value +
						  "&cd_CursoTpMapa="+ document.getElementById("cd_CursoTpMapa").value +
						  "&nr_Semestre="+ document.getElementById("nr_Semestre").value +
						  "&ci_Periodo="+ document.getElementById("cd_Periodo").value +						  
						  "&cd_TpEnsino="+ document.getElementById("cd_TpEnsino").value +	
						  "&ds_Periodo="+ document.getElementById("ds_Periodo").value +
						  "&nr_anoletivo="+ document.getElementById("nr_anoletivo").value +
						  "&nr_semestreSel="+ obj.value;
		
			document.location = "AlunoAvaliacao_frmCad.asp?Inc_Alt=I"+ querystring;
		}
		
		function Excluir(obj) {
			if (confirm("ATENO!! Deseja realmente excluir TODAS as avaliaes lanadas para esta turma?")) {
				ValidaPagina(obj,'E');
			}
		}
		
	$(function() {
		$('td[@id^="colunaNotaAluno_"]').tooltip({
			track: true,
			delay: 0,
			showURL: false,
			showBody: "<br>",
			fixPNG: true,
			opacity: 0.95
		});
	});		

</script>
</head><body leftmargin="0" topmargin="0" onload="inicializa();" marginheight="0" marginwidth="0">
<!-- INCIO - CONTEDO: TABELA BASE/CENTRO -->
<form name="frmCadastro" method="post">
  <!-- INCIO TABELA - CONTEDO: PESQUISA -->
  <table width="100%" border="0" cellpadding="0" cellspacing="0">
    <tbody><tr>
      <td align="center"><table width="98%" border="0" cellpadding="0" cellspacing="0">
          <tbody><tr>
            <td class="subTituloBold" height="30" align="left">3 Srie | ENSINO MDIO | ENSINO REGULAR | Manh | G - 3 Perodo - 29/10/2012 - 17/01/2013</td>
          </tr>
        </tbody></table>
        
        <input id="cd_Periodo" name="cd_Periodo" value="3" type="hidden">
        <input id="qtd_Alunos" name="qtd_Alunos" value="41" type="hidden">
        <input id="qtd_Disciplinas" name="qtd_Disciplinas" value="13" type="hidden">
        <input id="cd_Turma" name="cd_Turma" value="96449" type="hidden">
        <input id="nr_Semestre" name="nr_Semestre" value="" type="hidden">
        <input id="cd_CursoTpMapa" name="cd_CursoTpMapa" value="1" type="hidden">
        <input id="cd_Disciplina" name="cd_Disciplina" value="" type="hidden">
        <input id="ds_Periodo" name="ds_Periodo" value="3 Perodo - 29/10/2012 - 17/01/2013" type="hidden">
        <input id="cd_TpEnsino" name="cd_TpEnsino" value="1" type="hidden">
        <input id="nr_anoletivo" name="nr_anoletivo" value="2012" type="hidden">
        <table width="99%" border="1" bordercolor="#c0c081" cellpadding="0" cellspacing="0">
          <tbody><tr>
            <td class="subTituloBold" width="627" align="left" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp;Nome&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
 </td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; ARTE&nbsp;&nbsp;
              <input id="cd_Disciplina_1" name="cd_Disciplina_1" value="154" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; BIOLOGIA&nbsp;&nbsp;
              <input id="cd_Disciplina_2" name="cd_Disciplina_2" value="160" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; EDUCAO FISICA&nbsp;&nbsp;
              <input id="cd_Disciplina_3" name="cd_Disciplina_3" value="530" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; FILOSOFIA&nbsp;&nbsp;
              <input id="cd_Disciplina_4" name="cd_Disciplina_4" value="780" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; FISICA&nbsp;&nbsp;
              <input id="cd_Disciplina_5" name="cd_Disciplina_5" value="800" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; GEOGRAFIA&nbsp;&nbsp;
              <input id="cd_Disciplina_6" name="cd_Disciplina_6" value="890" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; HISTORIA&nbsp;&nbsp;
              <input id="cd_Disciplina_7" name="cd_Disciplina_7" value="970" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; LINGUA ESTRANGEIRA (ESPANHOL)&nbsp;&nbsp;
              <input id="cd_Disciplina_8" name="cd_Disciplina_8" value="3330" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; LINGUA ESTRANGEIRA (INGLES)&nbsp;&nbsp;
              <input id="cd_Disciplina_9" name="cd_Disciplina_9" value="1130" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; LINGUA PORTUGUESA&nbsp;&nbsp;
              <input id="cd_Disciplina_10" name="cd_Disciplina_10" value="1140" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; MATEMTICA&nbsp;&nbsp;
              <input id="cd_Disciplina_11" name="cd_Disciplina_11" value="1200" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; QUIMICA&nbsp;&nbsp;
              <input id="cd_Disciplina_12" name="cd_Disciplina_12" value="1620" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; SOCIOLOGIA&nbsp;&nbsp;
              <input id="cd_Disciplina_13" name="cd_Disciplina_13" value="1730" type="hidden"></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;198136&nbsp;ALESSANDRA DA SILVA TORRES
              <input id="cd_Aluno_1" name="cd_Aluno_1" value="198136" type="hidden"></td>
            
            <td id="colunaNotaAluno_198136_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_198136_154" id="ci_AlunoAvaliacao_198136_154" value="100099261" type="hidden">
                <input name="nr_Nota_198136_154" id="nr_Nota_198136_154" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_198136_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_198136_160" id="ci_AlunoAvaliacao_198136_160" value="99810761" type="hidden">
                <input name="nr_Nota_198136_160" id="nr_Nota_198136_160" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_198136_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_198136_530" id="ci_AlunoAvaliacao_198136_530" value="99660926" type="hidden">
                <input name="nr_Nota_198136_530" id="nr_Nota_198136_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_198136_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_198136_780" id="ci_AlunoAvaliacao_198136_780" value="99252945" type="hidden">
                <input name="nr_Nota_198136_780" id="nr_Nota_198136_780" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_198136_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_198136_800" id="ci_AlunoAvaliacao_198136_800" value="100795416" type="hidden">
                <input name="nr_Nota_198136_800" id="nr_Nota_198136_800" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_198136_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_198136_890" id="ci_AlunoAvaliacao_198136_890" value="99372096" type="hidden">
                <input name="nr_Nota_198136_890" id="nr_Nota_198136_890" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_198136_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_198136_970" id="ci_AlunoAvaliacao_198136_970" value="99253387" type="hidden">
                <input name="nr_Nota_198136_970" id="nr_Nota_198136_970" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_198136_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_198136_3330" id="ci_AlunoAvaliacao_198136_3330" value="99932699" type="hidden">
                <input name="nr_Nota_198136_3330" id="nr_Nota_198136_3330" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_198136_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_198136_1130" id="ci_AlunoAvaliacao_198136_1130" value="99372751" type="hidden">
                <input name="nr_Nota_198136_1130" id="nr_Nota_198136_1130" value="3,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_198136_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_198136_1140" id="ci_AlunoAvaliacao_198136_1140" value="100100048" type="hidden">
                <input name="nr_Nota_198136_1140" id="nr_Nota_198136_1140" value="4,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_198136_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_198136_1200" id="ci_AlunoAvaliacao_198136_1200" value="99810112" type="hidden">
                <input name="nr_Nota_198136_1200" id="nr_Nota_198136_1200" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_198136_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_198136_1620" id="ci_AlunoAvaliacao_198136_1620" value="99811621" type="hidden">
                <input name="nr_Nota_198136_1620" id="nr_Nota_198136_1620" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_198136_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_198136_1730" id="ci_AlunoAvaliacao_198136_1730" value="99253712" type="hidden">
                <input name="nr_Nota_198136_1730" id="nr_Nota_198136_1730" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;385268&nbsp;ALLAN OLIVEIRA DE LIMA
              <input id="cd_Aluno_2" name="cd_Aluno_2" value="385268" type="hidden"></td>
            
            <td id="colunaNotaAluno_385268_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_385268_154" id="ci_AlunoAvaliacao_385268_154" value="100099262" type="hidden">
                <input name="nr_Nota_385268_154" id="nr_Nota_385268_154" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_385268_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_385268_160" id="ci_AlunoAvaliacao_385268_160" value="99810762" type="hidden">
                <input name="nr_Nota_385268_160" id="nr_Nota_385268_160" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_385268_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_385268_530" id="ci_AlunoAvaliacao_385268_530" value="99660928" type="hidden">
                <input name="nr_Nota_385268_530" id="nr_Nota_385268_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_385268_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_385268_780" id="ci_AlunoAvaliacao_385268_780" value="99252946" type="hidden">
                <input name="nr_Nota_385268_780" id="nr_Nota_385268_780" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_385268_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_385268_800" id="ci_AlunoAvaliacao_385268_800" value="100795417" type="hidden">
                <input name="nr_Nota_385268_800" id="nr_Nota_385268_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_385268_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_385268_890" id="ci_AlunoAvaliacao_385268_890" value="99372097" type="hidden">
                <input name="nr_Nota_385268_890" id="nr_Nota_385268_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_385268_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_385268_970" id="ci_AlunoAvaliacao_385268_970" value="99253388" type="hidden">
                <input name="nr_Nota_385268_970" id="nr_Nota_385268_970" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_385268_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_385268_3330" id="ci_AlunoAvaliacao_385268_3330" value="99932700" type="hidden">
                <input name="nr_Nota_385268_3330" id="nr_Nota_385268_3330" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_385268_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_385268_1130" id="ci_AlunoAvaliacao_385268_1130" value="99372752" type="hidden">
                <input name="nr_Nota_385268_1130" id="nr_Nota_385268_1130" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_385268_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_385268_1140" id="ci_AlunoAvaliacao_385268_1140" value="100100049" type="hidden">
                <input name="nr_Nota_385268_1140" id="nr_Nota_385268_1140" value="3,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_385268_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_385268_1200" id="ci_AlunoAvaliacao_385268_1200" value="99810115" type="hidden">
                <input name="nr_Nota_385268_1200" id="nr_Nota_385268_1200" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_385268_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_385268_1620" id="ci_AlunoAvaliacao_385268_1620" value="99811623" type="hidden">
                <input name="nr_Nota_385268_1620" id="nr_Nota_385268_1620" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_385268_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_385268_1730" id="ci_AlunoAvaliacao_385268_1730" value="99253713" type="hidden">
                <input name="nr_Nota_385268_1730" id="nr_Nota_385268_1730" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;800596&nbsp;ANA THAIS DE SOUSA DIAS
              <input id="cd_Aluno_3" name="cd_Aluno_3" value="800596" type="hidden"></td>
            
            <td id="colunaNotaAluno_800596_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_800596_154" id="ci_AlunoAvaliacao_800596_154" value="100099263" type="hidden">
                <input name="nr_Nota_800596_154" id="nr_Nota_800596_154" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_800596_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_800596_160" id="ci_AlunoAvaliacao_800596_160" value="99810763" type="hidden">
                <input name="nr_Nota_800596_160" id="nr_Nota_800596_160" value="3,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_800596_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_800596_530" id="ci_AlunoAvaliacao_800596_530" value="99660929" type="hidden">
                <input name="nr_Nota_800596_530" id="nr_Nota_800596_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_800596_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_800596_780" id="ci_AlunoAvaliacao_800596_780" value="99252947" type="hidden">
                <input name="nr_Nota_800596_780" id="nr_Nota_800596_780" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_800596_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_800596_800" id="ci_AlunoAvaliacao_800596_800" value="100795418" type="hidden">
                <input name="nr_Nota_800596_800" id="nr_Nota_800596_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_800596_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_800596_890" id="ci_AlunoAvaliacao_800596_890" value="99372098" type="hidden">
                <input name="nr_Nota_800596_890" id="nr_Nota_800596_890" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_800596_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_800596_970" id="ci_AlunoAvaliacao_800596_970" value="99253389" type="hidden">
                <input name="nr_Nota_800596_970" id="nr_Nota_800596_970" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_800596_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_800596_3330" id="ci_AlunoAvaliacao_800596_3330" value="99932701" type="hidden">
                <input name="nr_Nota_800596_3330" id="nr_Nota_800596_3330" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_800596_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_800596_1130" id="ci_AlunoAvaliacao_800596_1130" value="99372753" type="hidden">
                <input name="nr_Nota_800596_1130" id="nr_Nota_800596_1130" value="9,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_800596_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_800596_1140" id="ci_AlunoAvaliacao_800596_1140" value="100100050" type="hidden">
                <input name="nr_Nota_800596_1140" id="nr_Nota_800596_1140" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_800596_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_800596_1200" id="ci_AlunoAvaliacao_800596_1200" value="99810116" type="hidden">
                <input name="nr_Nota_800596_1200" id="nr_Nota_800596_1200" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_800596_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_800596_1620" id="ci_AlunoAvaliacao_800596_1620" value="99811627" type="hidden">
                <input name="nr_Nota_800596_1620" id="nr_Nota_800596_1620" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_800596_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_800596_1730" id="ci_AlunoAvaliacao_800596_1730" value="99253714" type="hidden">
                <input name="nr_Nota_800596_1730" id="nr_Nota_800596_1730" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;316426&nbsp;ANDRE LUIZ OLIVEIRA DA SILVA
              <input id="cd_Aluno_4" name="cd_Aluno_4" value="316426" type="hidden"></td>
            
            <td id="colunaNotaAluno_316426_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_316426_154" id="ci_AlunoAvaliacao_316426_154" value="100099264" type="hidden">
                <input name="nr_Nota_316426_154" id="nr_Nota_316426_154" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_316426_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_316426_160" id="ci_AlunoAvaliacao_316426_160" value="99810764" type="hidden">
                <input name="nr_Nota_316426_160" id="nr_Nota_316426_160" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_316426_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_316426_530" id="ci_AlunoAvaliacao_316426_530" value="99660930" type="hidden">
                <input name="nr_Nota_316426_530" id="nr_Nota_316426_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_316426_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_316426_780" id="ci_AlunoAvaliacao_316426_780" value="99252948" type="hidden">
                <input name="nr_Nota_316426_780" id="nr_Nota_316426_780" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_316426_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_316426_800" id="ci_AlunoAvaliacao_316426_800" value="100795419" type="hidden">
                <input name="nr_Nota_316426_800" id="nr_Nota_316426_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_316426_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_316426_890" id="ci_AlunoAvaliacao_316426_890" value="99372099" type="hidden">
                <input name="nr_Nota_316426_890" id="nr_Nota_316426_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_316426_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_316426_970" id="ci_AlunoAvaliacao_316426_970" value="99253390" type="hidden">
                <input name="nr_Nota_316426_970" id="nr_Nota_316426_970" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_316426_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_316426_3330" id="ci_AlunoAvaliacao_316426_3330" value="99932702" type="hidden">
                <input name="nr_Nota_316426_3330" id="nr_Nota_316426_3330" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_316426_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_316426_1130" id="ci_AlunoAvaliacao_316426_1130" value="99372754" type="hidden">
                <input name="nr_Nota_316426_1130" id="nr_Nota_316426_1130" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_316426_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_316426_1140" id="ci_AlunoAvaliacao_316426_1140" value="100100051" type="hidden">
                <input name="nr_Nota_316426_1140" id="nr_Nota_316426_1140" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_316426_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_316426_1200" id="ci_AlunoAvaliacao_316426_1200" value="99810117" type="hidden">
                <input name="nr_Nota_316426_1200" id="nr_Nota_316426_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_316426_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_316426_1620" id="ci_AlunoAvaliacao_316426_1620" value="99811629" type="hidden">
                <input name="nr_Nota_316426_1620" id="nr_Nota_316426_1620" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_316426_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_316426_1730" id="ci_AlunoAvaliacao_316426_1730" value="99253715" type="hidden">
                <input name="nr_Nota_316426_1730" id="nr_Nota_316426_1730" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1202282&nbsp;ANNE EGILA CAMPELO ALVES
              <input id="cd_Aluno_5" name="cd_Aluno_5" value="1202282" type="hidden"></td>
            
            <td id="colunaNotaAluno_1202282_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202282_154" id="ci_AlunoAvaliacao_1202282_154" value="100099265" type="hidden">
                <input name="nr_Nota_1202282_154" id="nr_Nota_1202282_154" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202282_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202282_160" id="ci_AlunoAvaliacao_1202282_160" value="99810765" type="hidden">
                <input name="nr_Nota_1202282_160" id="nr_Nota_1202282_160" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202282_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202282_530" id="ci_AlunoAvaliacao_1202282_530" value="99660931" type="hidden">
                <input name="nr_Nota_1202282_530" id="nr_Nota_1202282_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202282_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202282_780" id="ci_AlunoAvaliacao_1202282_780" value="99252949" type="hidden">
                <input name="nr_Nota_1202282_780" id="nr_Nota_1202282_780" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202282_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202282_800" id="ci_AlunoAvaliacao_1202282_800" value="100795420" type="hidden">
                <input name="nr_Nota_1202282_800" id="nr_Nota_1202282_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202282_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202282_890" id="ci_AlunoAvaliacao_1202282_890" value="99372100" type="hidden">
                <input name="nr_Nota_1202282_890" id="nr_Nota_1202282_890" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202282_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202282_970" id="ci_AlunoAvaliacao_1202282_970" value="99253391" type="hidden">
                <input name="nr_Nota_1202282_970" id="nr_Nota_1202282_970" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202282_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202282_3330" id="ci_AlunoAvaliacao_1202282_3330" value="99932703" type="hidden">
                <input name="nr_Nota_1202282_3330" id="nr_Nota_1202282_3330" value="3,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202282_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202282_1130" id="ci_AlunoAvaliacao_1202282_1130" value="99372755" type="hidden">
                <input name="nr_Nota_1202282_1130" id="nr_Nota_1202282_1130" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202282_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202282_1140" id="ci_AlunoAvaliacao_1202282_1140" value="100100052" type="hidden">
                <input name="nr_Nota_1202282_1140" id="nr_Nota_1202282_1140" value="4,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202282_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202282_1200" id="ci_AlunoAvaliacao_1202282_1200" value="99810118" type="hidden">
                <input name="nr_Nota_1202282_1200" id="nr_Nota_1202282_1200" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202282_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202282_1620" id="ci_AlunoAvaliacao_1202282_1620" value="99811630" type="hidden">
                <input name="nr_Nota_1202282_1620" id="nr_Nota_1202282_1620" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202282_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202282_1730" id="ci_AlunoAvaliacao_1202282_1730" value="99253716" type="hidden">
                <input name="nr_Nota_1202282_1730" id="nr_Nota_1202282_1730" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;930925&nbsp;ANTONIA CAROLINA ABREU PEREIRA
              <input id="cd_Aluno_6" name="cd_Aluno_6" value="930925" type="hidden"></td>
            
            <td id="colunaNotaAluno_930925_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_930925_154" id="ci_AlunoAvaliacao_930925_154" value="100099266" type="hidden">
                <input name="nr_Nota_930925_154" id="nr_Nota_930925_154" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_930925_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_930925_160" id="ci_AlunoAvaliacao_930925_160" value="99810766" type="hidden">
                <input name="nr_Nota_930925_160" id="nr_Nota_930925_160" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_930925_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_930925_530" id="ci_AlunoAvaliacao_930925_530" value="99660932" type="hidden">
                <input name="nr_Nota_930925_530" id="nr_Nota_930925_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_930925_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_930925_780" id="ci_AlunoAvaliacao_930925_780" value="99252950" type="hidden">
                <input name="nr_Nota_930925_780" id="nr_Nota_930925_780" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_930925_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_930925_800" id="ci_AlunoAvaliacao_930925_800" value="100795421" type="hidden">
                <input name="nr_Nota_930925_800" id="nr_Nota_930925_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_930925_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_930925_890" id="ci_AlunoAvaliacao_930925_890" value="99372101" type="hidden">
                <input name="nr_Nota_930925_890" id="nr_Nota_930925_890" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_930925_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_930925_970" id="ci_AlunoAvaliacao_930925_970" value="99253392" type="hidden">
                <input name="nr_Nota_930925_970" id="nr_Nota_930925_970" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_930925_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_930925_3330" id="ci_AlunoAvaliacao_930925_3330" value="99932704" type="hidden">
                <input name="nr_Nota_930925_3330" id="nr_Nota_930925_3330" value="2,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_930925_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_930925_1130" id="ci_AlunoAvaliacao_930925_1130" value="99372756" type="hidden">
                <input name="nr_Nota_930925_1130" id="nr_Nota_930925_1130" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_930925_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_930925_1140" id="ci_AlunoAvaliacao_930925_1140" value="100100053" type="hidden">
                <input name="nr_Nota_930925_1140" id="nr_Nota_930925_1140" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_930925_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_930925_1200" id="ci_AlunoAvaliacao_930925_1200" value="99810119" type="hidden">
                <input name="nr_Nota_930925_1200" id="nr_Nota_930925_1200" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_930925_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_930925_1620" id="ci_AlunoAvaliacao_930925_1620" value="99811631" type="hidden">
                <input name="nr_Nota_930925_1620" id="nr_Nota_930925_1620" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_930925_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_930925_1730" id="ci_AlunoAvaliacao_930925_1730" value="99253717" type="hidden">
                <input name="nr_Nota_930925_1730" id="nr_Nota_930925_1730" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;29119&nbsp;ANDERSON DA SILVA PEREIRA
              <input id="cd_Aluno_7" name="cd_Aluno_7" value="29119" type="hidden"></td>
            
            <td id="colunaNotaAluno_29119_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_29119_154" id="ci_AlunoAvaliacao_29119_154" value="96812784" type="hidden">
                <input name="nr_Nota_29119_154" id="nr_Nota_29119_154" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_29119_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_29119_160" id="ci_AlunoAvaliacao_29119_160" value="96812785" type="hidden">
                <input name="nr_Nota_29119_160" id="nr_Nota_29119_160" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_29119_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_29119_530" id="ci_AlunoAvaliacao_29119_530" value="96812786" type="hidden">
                <input name="nr_Nota_29119_530" id="nr_Nota_29119_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_29119_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_29119_780" id="ci_AlunoAvaliacao_29119_780" value="96812787" type="hidden">
                <input name="nr_Nota_29119_780" id="nr_Nota_29119_780" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_29119_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_29119_800" id="ci_AlunoAvaliacao_29119_800" value="96812788" type="hidden">
                <input name="nr_Nota_29119_800" id="nr_Nota_29119_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_29119_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_29119_890" id="ci_AlunoAvaliacao_29119_890" value="96812789" type="hidden">
                <input name="nr_Nota_29119_890" id="nr_Nota_29119_890" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_29119_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_29119_970" id="ci_AlunoAvaliacao_29119_970" value="96812790" type="hidden">
                <input name="nr_Nota_29119_970" id="nr_Nota_29119_970" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_29119_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_29119_3330" id="ci_AlunoAvaliacao_29119_3330" value="96812791" type="hidden">
                <input name="nr_Nota_29119_3330" id="nr_Nota_29119_3330" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_29119_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_29119_1130" id="ci_AlunoAvaliacao_29119_1130" value="96812792" type="hidden">
                <input name="nr_Nota_29119_1130" id="nr_Nota_29119_1130" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_29119_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_29119_1140" id="ci_AlunoAvaliacao_29119_1140" value="96812793" type="hidden">
                <input name="nr_Nota_29119_1140" id="nr_Nota_29119_1140" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_29119_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_29119_1200" id="ci_AlunoAvaliacao_29119_1200" value="96812794" type="hidden">
                <input name="nr_Nota_29119_1200" id="nr_Nota_29119_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_29119_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_29119_1620" id="ci_AlunoAvaliacao_29119_1620" value="96812795" type="hidden">
                <input name="nr_Nota_29119_1620" id="nr_Nota_29119_1620" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_29119_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_29119_1730" id="ci_AlunoAvaliacao_29119_1730" value="96812796" type="hidden">
                <input name="nr_Nota_29119_1730" id="nr_Nota_29119_1730" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1197582&nbsp;BIANCA DE CASTRO BARRETO
              <input id="cd_Aluno_8" name="cd_Aluno_8" value="1197582" type="hidden"></td>
            
            <td id="colunaNotaAluno_1197582_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197582_154" id="ci_AlunoAvaliacao_1197582_154" value="100099267" type="hidden">
                <input name="nr_Nota_1197582_154" id="nr_Nota_1197582_154" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197582_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197582_160" id="ci_AlunoAvaliacao_1197582_160" value="99810767" type="hidden">
                <input name="nr_Nota_1197582_160" id="nr_Nota_1197582_160" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197582_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197582_530" id="ci_AlunoAvaliacao_1197582_530" value="99660933" type="hidden">
                <input name="nr_Nota_1197582_530" id="nr_Nota_1197582_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197582_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197582_780" id="ci_AlunoAvaliacao_1197582_780" value="99252951" type="hidden">
                <input name="nr_Nota_1197582_780" id="nr_Nota_1197582_780" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197582_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197582_800" id="ci_AlunoAvaliacao_1197582_800" value="100795422" type="hidden">
                <input name="nr_Nota_1197582_800" id="nr_Nota_1197582_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197582_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197582_890" id="ci_AlunoAvaliacao_1197582_890" value="99372102" type="hidden">
                <input name="nr_Nota_1197582_890" id="nr_Nota_1197582_890" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197582_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197582_970" id="ci_AlunoAvaliacao_1197582_970" value="99253393" type="hidden">
                <input name="nr_Nota_1197582_970" id="nr_Nota_1197582_970" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197582_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197582_3330" id="ci_AlunoAvaliacao_1197582_3330" value="99932705" type="hidden">
                <input name="nr_Nota_1197582_3330" id="nr_Nota_1197582_3330" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197582_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197582_1130" id="ci_AlunoAvaliacao_1197582_1130" value="99372757" type="hidden">
                <input name="nr_Nota_1197582_1130" id="nr_Nota_1197582_1130" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197582_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197582_1140" id="ci_AlunoAvaliacao_1197582_1140" value="100100054" type="hidden">
                <input name="nr_Nota_1197582_1140" id="nr_Nota_1197582_1140" value="2,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197582_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197582_1200" id="ci_AlunoAvaliacao_1197582_1200" value="99810120" type="hidden">
                <input name="nr_Nota_1197582_1200" id="nr_Nota_1197582_1200" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197582_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197582_1620" id="ci_AlunoAvaliacao_1197582_1620" value="99811633" type="hidden">
                <input name="nr_Nota_1197582_1620" id="nr_Nota_1197582_1620" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197582_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197582_1730" id="ci_AlunoAvaliacao_1197582_1730" value="99253718" type="hidden">
                <input name="nr_Nota_1197582_1730" id="nr_Nota_1197582_1730" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1202378&nbsp;CATHERINE CORREIA
              <input id="cd_Aluno_9" name="cd_Aluno_9" value="1202378" type="hidden"></td>
            
            <td id="colunaNotaAluno_1202378_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202378_154" id="ci_AlunoAvaliacao_1202378_154" value="100099268" type="hidden">
                <input name="nr_Nota_1202378_154" id="nr_Nota_1202378_154" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202378_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202378_160" id="ci_AlunoAvaliacao_1202378_160" value="99810768" type="hidden">
                <input name="nr_Nota_1202378_160" id="nr_Nota_1202378_160" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202378_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202378_530" id="ci_AlunoAvaliacao_1202378_530" value="99660934" type="hidden">
                <input name="nr_Nota_1202378_530" id="nr_Nota_1202378_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202378_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202378_780" id="ci_AlunoAvaliacao_1202378_780" value="99252952" type="hidden">
                <input name="nr_Nota_1202378_780" id="nr_Nota_1202378_780" value="9,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202378_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202378_800" id="ci_AlunoAvaliacao_1202378_800" value="100795423" type="hidden">
                <input name="nr_Nota_1202378_800" id="nr_Nota_1202378_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202378_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202378_890" id="ci_AlunoAvaliacao_1202378_890" value="99372103" type="hidden">
                <input name="nr_Nota_1202378_890" id="nr_Nota_1202378_890" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202378_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202378_970" id="ci_AlunoAvaliacao_1202378_970" value="99253394" type="hidden">
                <input name="nr_Nota_1202378_970" id="nr_Nota_1202378_970" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202378_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202378_3330" id="ci_AlunoAvaliacao_1202378_3330" value="99932706" type="hidden">
                <input name="nr_Nota_1202378_3330" id="nr_Nota_1202378_3330" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202378_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202378_1130" id="ci_AlunoAvaliacao_1202378_1130" value="99372758" type="hidden">
                <input name="nr_Nota_1202378_1130" id="nr_Nota_1202378_1130" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202378_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202378_1140" id="ci_AlunoAvaliacao_1202378_1140" value="100100055" type="hidden">
                <input name="nr_Nota_1202378_1140" id="nr_Nota_1202378_1140" value="4,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202378_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202378_1200" id="ci_AlunoAvaliacao_1202378_1200" value="99810121" type="hidden">
                <input name="nr_Nota_1202378_1200" id="nr_Nota_1202378_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202378_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202378_1620" id="ci_AlunoAvaliacao_1202378_1620" value="99811634" type="hidden">
                <input name="nr_Nota_1202378_1620" id="nr_Nota_1202378_1620" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202378_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202378_1730" id="ci_AlunoAvaliacao_1202378_1730" value="99253719" type="hidden">
                <input name="nr_Nota_1202378_1730" id="nr_Nota_1202378_1730" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;902309&nbsp;DEBORA DE LIMA PERES
              <input id="cd_Aluno_10" name="cd_Aluno_10" value="902309" type="hidden"></td>
            
            <td id="colunaNotaAluno_902309_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_902309_154" id="ci_AlunoAvaliacao_902309_154" value="100099269" type="hidden">
                <input name="nr_Nota_902309_154" id="nr_Nota_902309_154" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_902309_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_902309_160" id="ci_AlunoAvaliacao_902309_160" value="99810769" type="hidden">
                <input name="nr_Nota_902309_160" id="nr_Nota_902309_160" value="9,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_902309_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_902309_530" id="ci_AlunoAvaliacao_902309_530" value="99660935" type="hidden">
                <input name="nr_Nota_902309_530" id="nr_Nota_902309_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_902309_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_902309_780" id="ci_AlunoAvaliacao_902309_780" value="99252953" type="hidden">
                <input name="nr_Nota_902309_780" id="nr_Nota_902309_780" value="9,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_902309_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_902309_800" id="ci_AlunoAvaliacao_902309_800" value="100795424" type="hidden">
                <input name="nr_Nota_902309_800" id="nr_Nota_902309_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_902309_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_902309_890" id="ci_AlunoAvaliacao_902309_890" value="99372104" type="hidden">
                <input name="nr_Nota_902309_890" id="nr_Nota_902309_890" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_902309_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_902309_970" id="ci_AlunoAvaliacao_902309_970" value="99253395" type="hidden">
                <input name="nr_Nota_902309_970" id="nr_Nota_902309_970" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_902309_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_902309_3330" id="ci_AlunoAvaliacao_902309_3330" value="99932707" type="hidden">
                <input name="nr_Nota_902309_3330" id="nr_Nota_902309_3330" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_902309_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_902309_1130" id="ci_AlunoAvaliacao_902309_1130" value="99372759" type="hidden">
                <input name="nr_Nota_902309_1130" id="nr_Nota_902309_1130" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_902309_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_902309_1140" id="ci_AlunoAvaliacao_902309_1140" value="100100056" type="hidden">
                <input name="nr_Nota_902309_1140" id="nr_Nota_902309_1140" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_902309_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_902309_1200" id="ci_AlunoAvaliacao_902309_1200" value="99810122" type="hidden">
                <input name="nr_Nota_902309_1200" id="nr_Nota_902309_1200" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_902309_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_902309_1620" id="ci_AlunoAvaliacao_902309_1620" value="99811635" type="hidden">
                <input name="nr_Nota_902309_1620" id="nr_Nota_902309_1620" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_902309_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_902309_1730" id="ci_AlunoAvaliacao_902309_1730" value="99253720" type="hidden">
                <input name="nr_Nota_902309_1730" id="nr_Nota_902309_1730" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1170822&nbsp;DEBORA SANTOS DE OLIVEIRA
              <input id="cd_Aluno_11" name="cd_Aluno_11" value="1170822" type="hidden"></td>
            
            <td id="colunaNotaAluno_1170822_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1170822_154" id="ci_AlunoAvaliacao_1170822_154" value="100099270" type="hidden">
                <input name="nr_Nota_1170822_154" id="nr_Nota_1170822_154" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1170822_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1170822_160" id="ci_AlunoAvaliacao_1170822_160" value="99810770" type="hidden">
                <input name="nr_Nota_1170822_160" id="nr_Nota_1170822_160" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1170822_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1170822_530" id="ci_AlunoAvaliacao_1170822_530" value="99660936" type="hidden">
                <input name="nr_Nota_1170822_530" id="nr_Nota_1170822_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1170822_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1170822_780" id="ci_AlunoAvaliacao_1170822_780" value="99252954" type="hidden">
                <input name="nr_Nota_1170822_780" id="nr_Nota_1170822_780" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1170822_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1170822_800" id="ci_AlunoAvaliacao_1170822_800" value="100795425" type="hidden">
                <input name="nr_Nota_1170822_800" id="nr_Nota_1170822_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1170822_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1170822_890" id="ci_AlunoAvaliacao_1170822_890" value="99372105" type="hidden">
                <input name="nr_Nota_1170822_890" id="nr_Nota_1170822_890" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1170822_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1170822_970" id="ci_AlunoAvaliacao_1170822_970" value="99253396" type="hidden">
                <input name="nr_Nota_1170822_970" id="nr_Nota_1170822_970" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1170822_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1170822_3330" id="ci_AlunoAvaliacao_1170822_3330" value="99932708" type="hidden">
                <input name="nr_Nota_1170822_3330" id="nr_Nota_1170822_3330" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1170822_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1170822_1130" id="ci_AlunoAvaliacao_1170822_1130" value="99372760" type="hidden">
                <input name="nr_Nota_1170822_1130" id="nr_Nota_1170822_1130" value="4,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1170822_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1170822_1140" id="ci_AlunoAvaliacao_1170822_1140" value="100100057" type="hidden">
                <input name="nr_Nota_1170822_1140" id="nr_Nota_1170822_1140" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1170822_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1170822_1200" id="ci_AlunoAvaliacao_1170822_1200" value="99810123" type="hidden">
                <input name="nr_Nota_1170822_1200" id="nr_Nota_1170822_1200" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1170822_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1170822_1620" id="ci_AlunoAvaliacao_1170822_1620" value="99811636" type="hidden">
                <input name="nr_Nota_1170822_1620" id="nr_Nota_1170822_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1170822_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1170822_1730" id="ci_AlunoAvaliacao_1170822_1730" value="99253721" type="hidden">
                <input name="nr_Nota_1170822_1730" id="nr_Nota_1170822_1730" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1174547&nbsp;EDNYLTON DA SILVA SANTOS
              <input id="cd_Aluno_12" name="cd_Aluno_12" value="1174547" type="hidden"></td>
            
            <td id="colunaNotaAluno_1174547_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1174547_154" id="ci_AlunoAvaliacao_1174547_154" value="100099271" type="hidden">
                <input name="nr_Nota_1174547_154" id="nr_Nota_1174547_154" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1174547_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1174547_160" id="ci_AlunoAvaliacao_1174547_160" value="99810771" type="hidden">
                <input name="nr_Nota_1174547_160" id="nr_Nota_1174547_160" value="5,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1174547_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1174547_530" id="ci_AlunoAvaliacao_1174547_530" value="99660937" type="hidden">
                <input name="nr_Nota_1174547_530" id="nr_Nota_1174547_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1174547_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1174547_780" id="ci_AlunoAvaliacao_1174547_780" value="99252955" type="hidden">
                <input name="nr_Nota_1174547_780" id="nr_Nota_1174547_780" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1174547_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1174547_800" id="ci_AlunoAvaliacao_1174547_800" value="100795426" type="hidden">
                <input name="nr_Nota_1174547_800" id="nr_Nota_1174547_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1174547_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1174547_890" id="ci_AlunoAvaliacao_1174547_890" value="99372106" type="hidden">
                <input name="nr_Nota_1174547_890" id="nr_Nota_1174547_890" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1174547_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1174547_970" id="ci_AlunoAvaliacao_1174547_970" value="99253397" type="hidden">
                <input name="nr_Nota_1174547_970" id="nr_Nota_1174547_970" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1174547_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1174547_3330" id="ci_AlunoAvaliacao_1174547_3330" value="99932709" type="hidden">
                <input name="nr_Nota_1174547_3330" id="nr_Nota_1174547_3330" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1174547_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1174547_1130" id="ci_AlunoAvaliacao_1174547_1130" value="99372761" type="hidden">
                <input name="nr_Nota_1174547_1130" id="nr_Nota_1174547_1130" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1174547_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1174547_1140" id="ci_AlunoAvaliacao_1174547_1140" value="100100058" type="hidden">
                <input name="nr_Nota_1174547_1140" id="nr_Nota_1174547_1140" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1174547_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1174547_1200" id="ci_AlunoAvaliacao_1174547_1200" value="99810124" type="hidden">
                <input name="nr_Nota_1174547_1200" id="nr_Nota_1174547_1200" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1174547_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1174547_1620" id="ci_AlunoAvaliacao_1174547_1620" value="99811637" type="hidden">
                <input name="nr_Nota_1174547_1620" id="nr_Nota_1174547_1620" value="4,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1174547_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1174547_1730" id="ci_AlunoAvaliacao_1174547_1730" value="99253722" type="hidden">
                <input name="nr_Nota_1174547_1730" id="nr_Nota_1174547_1730" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1196256&nbsp;ERICK ERMESSON DE LIMA COSTA
              <input id="cd_Aluno_13" name="cd_Aluno_13" value="1196256" type="hidden"></td>
            
            <td id="colunaNotaAluno_1196256_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196256_154" id="ci_AlunoAvaliacao_1196256_154" value="98847947" type="hidden">
                <input name="nr_Nota_1196256_154" id="nr_Nota_1196256_154" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196256_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196256_160" id="ci_AlunoAvaliacao_1196256_160" value="98847948" type="hidden">
                <input name="nr_Nota_1196256_160" id="nr_Nota_1196256_160" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196256_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196256_530" id="ci_AlunoAvaliacao_1196256_530" value="98847949" type="hidden">
                <input name="nr_Nota_1196256_530" id="nr_Nota_1196256_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196256_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196256_780" id="ci_AlunoAvaliacao_1196256_780" value="98847950" type="hidden">
                <input name="nr_Nota_1196256_780" id="nr_Nota_1196256_780" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196256_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196256_800" id="ci_AlunoAvaliacao_1196256_800" value="98847951" type="hidden">
                <input name="nr_Nota_1196256_800" id="nr_Nota_1196256_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196256_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196256_890" id="ci_AlunoAvaliacao_1196256_890" value="98847952" type="hidden">
                <input name="nr_Nota_1196256_890" id="nr_Nota_1196256_890" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196256_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196256_970" id="ci_AlunoAvaliacao_1196256_970" value="98847953" type="hidden">
                <input name="nr_Nota_1196256_970" id="nr_Nota_1196256_970" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196256_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196256_3330" id="ci_AlunoAvaliacao_1196256_3330" value="98847954" type="hidden">
                <input name="nr_Nota_1196256_3330" id="nr_Nota_1196256_3330" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196256_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196256_1130" id="ci_AlunoAvaliacao_1196256_1130" value="98847955" type="hidden">
                <input name="nr_Nota_1196256_1130" id="nr_Nota_1196256_1130" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196256_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196256_1140" id="ci_AlunoAvaliacao_1196256_1140" value="98847956" type="hidden">
                <input name="nr_Nota_1196256_1140" id="nr_Nota_1196256_1140" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196256_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196256_1200" id="ci_AlunoAvaliacao_1196256_1200" value="98847957" type="hidden">
                <input name="nr_Nota_1196256_1200" id="nr_Nota_1196256_1200" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196256_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196256_1620" id="ci_AlunoAvaliacao_1196256_1620" value="98847958" type="hidden">
                <input name="nr_Nota_1196256_1620" id="nr_Nota_1196256_1620" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196256_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196256_1730" id="ci_AlunoAvaliacao_1196256_1730" value="98847959" type="hidden">
                <input name="nr_Nota_1196256_1730" id="nr_Nota_1196256_1730" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;903531&nbsp;FELIPE MEDEIROS DE SOUSA
              <input id="cd_Aluno_14" name="cd_Aluno_14" value="903531" type="hidden"></td>
            
            <td id="colunaNotaAluno_903531_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903531_154" id="ci_AlunoAvaliacao_903531_154" value="100099273" type="hidden">
                <input name="nr_Nota_903531_154" id="nr_Nota_903531_154" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_903531_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903531_160" id="ci_AlunoAvaliacao_903531_160" value="99810773" type="hidden">
                <input name="nr_Nota_903531_160" id="nr_Nota_903531_160" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_903531_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903531_530" id="ci_AlunoAvaliacao_903531_530" value="99660939" type="hidden">
                <input name="nr_Nota_903531_530" id="nr_Nota_903531_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_903531_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903531_780" id="ci_AlunoAvaliacao_903531_780" value="99252957" type="hidden">
                <input name="nr_Nota_903531_780" id="nr_Nota_903531_780" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_903531_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903531_800" id="ci_AlunoAvaliacao_903531_800" value="100795428" type="hidden">
                <input name="nr_Nota_903531_800" id="nr_Nota_903531_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_903531_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903531_890" id="ci_AlunoAvaliacao_903531_890" value="99372108" type="hidden">
                <input name="nr_Nota_903531_890" id="nr_Nota_903531_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_903531_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903531_970" id="ci_AlunoAvaliacao_903531_970" value="99253399" type="hidden">
                <input name="nr_Nota_903531_970" id="nr_Nota_903531_970" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_903531_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903531_3330" id="ci_AlunoAvaliacao_903531_3330" value="99932711" type="hidden">
                <input name="nr_Nota_903531_3330" id="nr_Nota_903531_3330" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_903531_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903531_1130" id="ci_AlunoAvaliacao_903531_1130" value="99372763" type="hidden">
                <input name="nr_Nota_903531_1130" id="nr_Nota_903531_1130" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_903531_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903531_1140" id="ci_AlunoAvaliacao_903531_1140" value="100100060" type="hidden">
                <input name="nr_Nota_903531_1140" id="nr_Nota_903531_1140" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_903531_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903531_1200" id="ci_AlunoAvaliacao_903531_1200" value="99810126" type="hidden">
                <input name="nr_Nota_903531_1200" id="nr_Nota_903531_1200" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_903531_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903531_1620" id="ci_AlunoAvaliacao_903531_1620" value="99811641" type="hidden">
                <input name="nr_Nota_903531_1620" id="nr_Nota_903531_1620" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_903531_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903531_1730" id="ci_AlunoAvaliacao_903531_1730" value="99253724" type="hidden">
                <input name="nr_Nota_903531_1730" id="nr_Nota_903531_1730" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1197137&nbsp;FRANCISCO GTLEDYSON MAXIMO DA SILVA
              <input id="cd_Aluno_15" name="cd_Aluno_15" value="1197137" type="hidden"></td>
            
            <td id="colunaNotaAluno_1197137_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197137_154" id="ci_AlunoAvaliacao_1197137_154" value="100099274" type="hidden">
                <input name="nr_Nota_1197137_154" id="nr_Nota_1197137_154" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197137_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197137_160" id="ci_AlunoAvaliacao_1197137_160" value="99810774" type="hidden">
                <input name="nr_Nota_1197137_160" id="nr_Nota_1197137_160" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197137_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197137_530" id="ci_AlunoAvaliacao_1197137_530" value="99660940" type="hidden">
                <input name="nr_Nota_1197137_530" id="nr_Nota_1197137_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197137_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197137_780" id="ci_AlunoAvaliacao_1197137_780" value="99252958" type="hidden">
                <input name="nr_Nota_1197137_780" id="nr_Nota_1197137_780" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197137_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197137_800" id="ci_AlunoAvaliacao_1197137_800" value="100795429" type="hidden">
                <input name="nr_Nota_1197137_800" id="nr_Nota_1197137_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197137_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197137_890" id="ci_AlunoAvaliacao_1197137_890" value="99372109" type="hidden">
                <input name="nr_Nota_1197137_890" id="nr_Nota_1197137_890" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197137_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197137_970" id="ci_AlunoAvaliacao_1197137_970" value="99253400" type="hidden">
                <input name="nr_Nota_1197137_970" id="nr_Nota_1197137_970" value="5,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197137_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197137_3330" id="ci_AlunoAvaliacao_1197137_3330" value="99932712" type="hidden">
                <input name="nr_Nota_1197137_3330" id="nr_Nota_1197137_3330" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197137_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197137_1130" id="ci_AlunoAvaliacao_1197137_1130" value="99372764" type="hidden">
                <input name="nr_Nota_1197137_1130" id="nr_Nota_1197137_1130" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197137_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197137_1140" id="ci_AlunoAvaliacao_1197137_1140" value="100100061" type="hidden">
                <input name="nr_Nota_1197137_1140" id="nr_Nota_1197137_1140" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197137_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197137_1200" id="ci_AlunoAvaliacao_1197137_1200" value="99810127" type="hidden">
                <input name="nr_Nota_1197137_1200" id="nr_Nota_1197137_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197137_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197137_1620" id="ci_AlunoAvaliacao_1197137_1620" value="99811643" type="hidden">
                <input name="nr_Nota_1197137_1620" id="nr_Nota_1197137_1620" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197137_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197137_1730" id="ci_AlunoAvaliacao_1197137_1730" value="99253725" type="hidden">
                <input name="nr_Nota_1197137_1730" id="nr_Nota_1197137_1730" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1201444&nbsp;FRANCISCO HERMENSON DOS SANTOS OLIVEIRA
              <input id="cd_Aluno_16" name="cd_Aluno_16" value="1201444" type="hidden"></td>
            
            <td id="colunaNotaAluno_1201444_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201444_154" id="ci_AlunoAvaliacao_1201444_154" value="100099275" type="hidden">
                <input name="nr_Nota_1201444_154" id="nr_Nota_1201444_154" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201444_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201444_160" id="ci_AlunoAvaliacao_1201444_160" value="99810775" type="hidden">
                <input name="nr_Nota_1201444_160" id="nr_Nota_1201444_160" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201444_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201444_530" id="ci_AlunoAvaliacao_1201444_530" value="99660941" type="hidden">
                <input name="nr_Nota_1201444_530" id="nr_Nota_1201444_530" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201444_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201444_780" id="ci_AlunoAvaliacao_1201444_780" value="99252959" type="hidden">
                <input name="nr_Nota_1201444_780" id="nr_Nota_1201444_780" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201444_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201444_800" id="ci_AlunoAvaliacao_1201444_800" value="100795430" type="hidden">
                <input name="nr_Nota_1201444_800" id="nr_Nota_1201444_800" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201444_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201444_890" id="ci_AlunoAvaliacao_1201444_890" value="99372110" type="hidden">
                <input name="nr_Nota_1201444_890" id="nr_Nota_1201444_890" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201444_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201444_970" id="ci_AlunoAvaliacao_1201444_970" value="99253401" type="hidden">
                <input name="nr_Nota_1201444_970" id="nr_Nota_1201444_970" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201444_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201444_3330" id="ci_AlunoAvaliacao_1201444_3330" value="99932713" type="hidden">
                <input name="nr_Nota_1201444_3330" id="nr_Nota_1201444_3330" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201444_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201444_1130" id="ci_AlunoAvaliacao_1201444_1130" value="99372765" type="hidden">
                <input name="nr_Nota_1201444_1130" id="nr_Nota_1201444_1130" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201444_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201444_1140" id="ci_AlunoAvaliacao_1201444_1140" value="100100062" type="hidden">
                <input name="nr_Nota_1201444_1140" id="nr_Nota_1201444_1140" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201444_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201444_1200" id="ci_AlunoAvaliacao_1201444_1200" value="99810128" type="hidden">
                <input name="nr_Nota_1201444_1200" id="nr_Nota_1201444_1200" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201444_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201444_1620" id="ci_AlunoAvaliacao_1201444_1620" value="99811644" type="hidden">
                <input name="nr_Nota_1201444_1620" id="nr_Nota_1201444_1620" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201444_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201444_1730" id="ci_AlunoAvaliacao_1201444_1730" value="99253726" type="hidden">
                <input name="nr_Nota_1201444_1730" id="nr_Nota_1201444_1730" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;720487&nbsp;FRANCISCO TIAGO SILVA DO NASCIMENTO
              <input id="cd_Aluno_17" name="cd_Aluno_17" value="720487" type="hidden"></td>
            
            <td id="colunaNotaAluno_720487_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_720487_154" id="ci_AlunoAvaliacao_720487_154" value="100099276" type="hidden">
                <input name="nr_Nota_720487_154" id="nr_Nota_720487_154" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_720487_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_720487_160" id="ci_AlunoAvaliacao_720487_160" value="99810776" type="hidden">
                <input name="nr_Nota_720487_160" id="nr_Nota_720487_160" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_720487_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_720487_530" id="ci_AlunoAvaliacao_720487_530" value="99660942" type="hidden">
                <input name="nr_Nota_720487_530" id="nr_Nota_720487_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_720487_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_720487_780" id="ci_AlunoAvaliacao_720487_780" value="99252960" type="hidden">
                <input name="nr_Nota_720487_780" id="nr_Nota_720487_780" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_720487_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_720487_800" id="ci_AlunoAvaliacao_720487_800" value="100795431" type="hidden">
                <input name="nr_Nota_720487_800" id="nr_Nota_720487_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_720487_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_720487_890" id="ci_AlunoAvaliacao_720487_890" value="99372111" type="hidden">
                <input name="nr_Nota_720487_890" id="nr_Nota_720487_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_720487_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_720487_970" id="ci_AlunoAvaliacao_720487_970" value="99253402" type="hidden">
                <input name="nr_Nota_720487_970" id="nr_Nota_720487_970" value="4,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_720487_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_720487_3330" id="ci_AlunoAvaliacao_720487_3330" value="99932714" type="hidden">
                <input name="nr_Nota_720487_3330" id="nr_Nota_720487_3330" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_720487_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_720487_1130" id="ci_AlunoAvaliacao_720487_1130" value="99372766" type="hidden">
                <input name="nr_Nota_720487_1130" id="nr_Nota_720487_1130" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_720487_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_720487_1140" id="ci_AlunoAvaliacao_720487_1140" value="100100063" type="hidden">
                <input name="nr_Nota_720487_1140" id="nr_Nota_720487_1140" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_720487_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_720487_1200" id="ci_AlunoAvaliacao_720487_1200" value="99810129" type="hidden">
                <input name="nr_Nota_720487_1200" id="nr_Nota_720487_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_720487_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_720487_1620" id="ci_AlunoAvaliacao_720487_1620" value="99811646" type="hidden">
                <input name="nr_Nota_720487_1620" id="nr_Nota_720487_1620" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_720487_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_720487_1730" id="ci_AlunoAvaliacao_720487_1730" value="99253727" type="hidden">
                <input name="nr_Nota_720487_1730" id="nr_Nota_720487_1730" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1475974&nbsp;JOSE ADRIANO DA SILVA CORREIA
              <input id="cd_Aluno_18" name="cd_Aluno_18" value="1475974" type="hidden"></td>
            
            <td id="colunaNotaAluno_1475974_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1475974_154" id="ci_AlunoAvaliacao_1475974_154" value="100099278" type="hidden">
                <input name="nr_Nota_1475974_154" id="nr_Nota_1475974_154" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1475974_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1475974_160" id="ci_AlunoAvaliacao_1475974_160" value="99810778" type="hidden">
                <input name="nr_Nota_1475974_160" id="nr_Nota_1475974_160" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1475974_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1475974_530" id="ci_AlunoAvaliacao_1475974_530" value="99660944" type="hidden">
                <input name="nr_Nota_1475974_530" id="nr_Nota_1475974_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1475974_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1475974_780" id="ci_AlunoAvaliacao_1475974_780" value="99252962" type="hidden">
                <input name="nr_Nota_1475974_780" id="nr_Nota_1475974_780" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1475974_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1475974_800" id="ci_AlunoAvaliacao_1475974_800" value="100795433" type="hidden">
                <input name="nr_Nota_1475974_800" id="nr_Nota_1475974_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1475974_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1475974_890" id="ci_AlunoAvaliacao_1475974_890" value="99372113" type="hidden">
                <input name="nr_Nota_1475974_890" id="nr_Nota_1475974_890" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1475974_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1475974_970" id="ci_AlunoAvaliacao_1475974_970" value="99253404" type="hidden">
                <input name="nr_Nota_1475974_970" id="nr_Nota_1475974_970" value="5,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1475974_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1475974_3330" id="ci_AlunoAvaliacao_1475974_3330" value="99932716" type="hidden">
                <input name="nr_Nota_1475974_3330" id="nr_Nota_1475974_3330" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1475974_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1475974_1130" id="ci_AlunoAvaliacao_1475974_1130" value="99372768" type="hidden">
                <input name="nr_Nota_1475974_1130" id="nr_Nota_1475974_1130" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1475974_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1475974_1140" id="ci_AlunoAvaliacao_1475974_1140" value="100100065" type="hidden">
                <input name="nr_Nota_1475974_1140" id="nr_Nota_1475974_1140" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1475974_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1475974_1200" id="ci_AlunoAvaliacao_1475974_1200" value="99810131" type="hidden">
                <input name="nr_Nota_1475974_1200" id="nr_Nota_1475974_1200" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1475974_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1475974_1620" id="ci_AlunoAvaliacao_1475974_1620" value="99811649" type="hidden">
                <input name="nr_Nota_1475974_1620" id="nr_Nota_1475974_1620" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1475974_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1475974_1730" id="ci_AlunoAvaliacao_1475974_1730" value="99253729" type="hidden">
                <input name="nr_Nota_1475974_1730" id="nr_Nota_1475974_1730" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1201886&nbsp;JAQUELINE CAMPOS BEZERRA
              <input id="cd_Aluno_19" name="cd_Aluno_19" value="1201886" type="hidden"></td>
            
            <td id="colunaNotaAluno_1201886_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201886_154" id="ci_AlunoAvaliacao_1201886_154" value="100099279" type="hidden">
                <input name="nr_Nota_1201886_154" id="nr_Nota_1201886_154" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201886_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201886_160" id="ci_AlunoAvaliacao_1201886_160" value="99810779" type="hidden">
                <input name="nr_Nota_1201886_160" id="nr_Nota_1201886_160" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201886_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201886_530" id="ci_AlunoAvaliacao_1201886_530" value="99660945" type="hidden">
                <input name="nr_Nota_1201886_530" id="nr_Nota_1201886_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201886_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201886_780" id="ci_AlunoAvaliacao_1201886_780" value="99252963" type="hidden">
                <input name="nr_Nota_1201886_780" id="nr_Nota_1201886_780" value="9,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201886_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201886_800" id="ci_AlunoAvaliacao_1201886_800" value="100795434" type="hidden">
                <input name="nr_Nota_1201886_800" id="nr_Nota_1201886_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201886_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201886_890" id="ci_AlunoAvaliacao_1201886_890" value="99372114" type="hidden">
                <input name="nr_Nota_1201886_890" id="nr_Nota_1201886_890" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201886_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201886_970" id="ci_AlunoAvaliacao_1201886_970" value="99253405" type="hidden">
                <input name="nr_Nota_1201886_970" id="nr_Nota_1201886_970" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201886_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201886_3330" id="ci_AlunoAvaliacao_1201886_3330" value="99932717" type="hidden">
                <input name="nr_Nota_1201886_3330" id="nr_Nota_1201886_3330" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201886_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201886_1130" id="ci_AlunoAvaliacao_1201886_1130" value="99372769" type="hidden">
                <input name="nr_Nota_1201886_1130" id="nr_Nota_1201886_1130" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201886_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201886_1140" id="ci_AlunoAvaliacao_1201886_1140" value="100100066" type="hidden">
                <input name="nr_Nota_1201886_1140" id="nr_Nota_1201886_1140" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201886_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201886_1200" id="ci_AlunoAvaliacao_1201886_1200" value="99810132" type="hidden">
                <input name="nr_Nota_1201886_1200" id="nr_Nota_1201886_1200" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201886_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201886_1620" id="ci_AlunoAvaliacao_1201886_1620" value="99811650" type="hidden">
                <input name="nr_Nota_1201886_1620" id="nr_Nota_1201886_1620" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201886_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201886_1730" id="ci_AlunoAvaliacao_1201886_1730" value="99253730" type="hidden">
                <input name="nr_Nota_1201886_1730" id="nr_Nota_1201886_1730" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;894844&nbsp;JARDESSON VIEIRA VERAS
              <input id="cd_Aluno_20" name="cd_Aluno_20" value="894844" type="hidden"></td>
            
            <td id="colunaNotaAluno_894844_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_894844_154" id="ci_AlunoAvaliacao_894844_154" value="100099280" type="hidden">
                <input name="nr_Nota_894844_154" id="nr_Nota_894844_154" value="3,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_894844_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_894844_160" id="ci_AlunoAvaliacao_894844_160" value="99810780" type="hidden">
                <input name="nr_Nota_894844_160" id="nr_Nota_894844_160" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_894844_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_894844_530" id="ci_AlunoAvaliacao_894844_530" value="99660946" type="hidden">
                <input name="nr_Nota_894844_530" id="nr_Nota_894844_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_894844_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_894844_780" id="ci_AlunoAvaliacao_894844_780" value="99252964" type="hidden">
                <input name="nr_Nota_894844_780" id="nr_Nota_894844_780" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_894844_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_894844_800" id="ci_AlunoAvaliacao_894844_800" value="100795435" type="hidden">
                <input name="nr_Nota_894844_800" id="nr_Nota_894844_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_894844_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_894844_890" id="ci_AlunoAvaliacao_894844_890" value="99372115" type="hidden">
                <input name="nr_Nota_894844_890" id="nr_Nota_894844_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_894844_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_894844_970" id="ci_AlunoAvaliacao_894844_970" value="99253406" type="hidden">
                <input name="nr_Nota_894844_970" id="nr_Nota_894844_970" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_894844_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_894844_3330" id="ci_AlunoAvaliacao_894844_3330" value="99932718" type="hidden">
                <input name="nr_Nota_894844_3330" id="nr_Nota_894844_3330" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_894844_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_894844_1130" id="ci_AlunoAvaliacao_894844_1130" value="99372770" type="hidden">
                <input name="nr_Nota_894844_1130" id="nr_Nota_894844_1130" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_894844_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_894844_1140" id="ci_AlunoAvaliacao_894844_1140" value="100100067" type="hidden">
                <input name="nr_Nota_894844_1140" id="nr_Nota_894844_1140" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_894844_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_894844_1200" id="ci_AlunoAvaliacao_894844_1200" value="99810133" type="hidden">
                <input name="nr_Nota_894844_1200" id="nr_Nota_894844_1200" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_894844_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_894844_1620" id="ci_AlunoAvaliacao_894844_1620" value="99811651" type="hidden">
                <input name="nr_Nota_894844_1620" id="nr_Nota_894844_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_894844_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_894844_1730" id="ci_AlunoAvaliacao_894844_1730" value="99253731" type="hidden">
                <input name="nr_Nota_894844_1730" id="nr_Nota_894844_1730" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;908776&nbsp;JOSE WANDERLEY DOS SANTOS CUNHA
              <input id="cd_Aluno_21" name="cd_Aluno_21" value="908776" type="hidden"></td>
            
            <td id="colunaNotaAluno_908776_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_908776_154" id="ci_AlunoAvaliacao_908776_154" value="100099281" type="hidden">
                <input name="nr_Nota_908776_154" id="nr_Nota_908776_154" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_908776_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_908776_160" id="ci_AlunoAvaliacao_908776_160" value="99810781" type="hidden">
                <input name="nr_Nota_908776_160" id="nr_Nota_908776_160" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_908776_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_908776_530" id="ci_AlunoAvaliacao_908776_530" value="99660947" type="hidden">
                <input name="nr_Nota_908776_530" id="nr_Nota_908776_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_908776_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_908776_780" id="ci_AlunoAvaliacao_908776_780" value="99252965" type="hidden">
                <input name="nr_Nota_908776_780" id="nr_Nota_908776_780" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_908776_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_908776_800" id="ci_AlunoAvaliacao_908776_800" value="100795436" type="hidden">
                <input name="nr_Nota_908776_800" id="nr_Nota_908776_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_908776_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_908776_890" id="ci_AlunoAvaliacao_908776_890" value="99372116" type="hidden">
                <input name="nr_Nota_908776_890" id="nr_Nota_908776_890" value="3,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_908776_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_908776_970" id="ci_AlunoAvaliacao_908776_970" value="99253407" type="hidden">
                <input name="nr_Nota_908776_970" id="nr_Nota_908776_970" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_908776_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_908776_3330" id="ci_AlunoAvaliacao_908776_3330" value="99932719" type="hidden">
                <input name="nr_Nota_908776_3330" id="nr_Nota_908776_3330" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_908776_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_908776_1130" id="ci_AlunoAvaliacao_908776_1130" value="99372771" type="hidden">
                <input name="nr_Nota_908776_1130" id="nr_Nota_908776_1130" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_908776_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_908776_1140" id="ci_AlunoAvaliacao_908776_1140" value="100100068" type="hidden">
                <input name="nr_Nota_908776_1140" id="nr_Nota_908776_1140" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_908776_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_908776_1200" id="ci_AlunoAvaliacao_908776_1200" value="99810134" type="hidden">
                <input name="nr_Nota_908776_1200" id="nr_Nota_908776_1200" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_908776_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_908776_1620" id="ci_AlunoAvaliacao_908776_1620" value="99811652" type="hidden">
                <input name="nr_Nota_908776_1620" id="nr_Nota_908776_1620" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_908776_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_908776_1730" id="ci_AlunoAvaliacao_908776_1730" value="99253732" type="hidden">
                <input name="nr_Nota_908776_1730" id="nr_Nota_908776_1730" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;892684&nbsp;JOSIANE LEITAO LOPES
              <input id="cd_Aluno_22" name="cd_Aluno_22" value="892684" type="hidden"></td>
            
            <td id="colunaNotaAluno_892684_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_892684_154" id="ci_AlunoAvaliacao_892684_154" value="100099282" type="hidden">
                <input name="nr_Nota_892684_154" id="nr_Nota_892684_154" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_892684_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_892684_160" id="ci_AlunoAvaliacao_892684_160" value="99810782" type="hidden">
                <input name="nr_Nota_892684_160" id="nr_Nota_892684_160" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_892684_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_892684_530" id="ci_AlunoAvaliacao_892684_530" value="99660948" type="hidden">
                <input name="nr_Nota_892684_530" id="nr_Nota_892684_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_892684_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_892684_780" id="ci_AlunoAvaliacao_892684_780" value="99252966" type="hidden">
                <input name="nr_Nota_892684_780" id="nr_Nota_892684_780" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_892684_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_892684_800" id="ci_AlunoAvaliacao_892684_800" value="100795437" type="hidden">
                <input name="nr_Nota_892684_800" id="nr_Nota_892684_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_892684_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_892684_890" id="ci_AlunoAvaliacao_892684_890" value="99372117" type="hidden">
                <input name="nr_Nota_892684_890" id="nr_Nota_892684_890" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_892684_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_892684_970" id="ci_AlunoAvaliacao_892684_970" value="99253408" type="hidden">
                <input name="nr_Nota_892684_970" id="nr_Nota_892684_970" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_892684_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_892684_3330" id="ci_AlunoAvaliacao_892684_3330" value="99932720" type="hidden">
                <input name="nr_Nota_892684_3330" id="nr_Nota_892684_3330" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_892684_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_892684_1130" id="ci_AlunoAvaliacao_892684_1130" value="99372772" type="hidden">
                <input name="nr_Nota_892684_1130" id="nr_Nota_892684_1130" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_892684_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_892684_1140" id="ci_AlunoAvaliacao_892684_1140" value="100100069" type="hidden">
                <input name="nr_Nota_892684_1140" id="nr_Nota_892684_1140" value="2,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_892684_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_892684_1200" id="ci_AlunoAvaliacao_892684_1200" value="99810135" type="hidden">
                <input name="nr_Nota_892684_1200" id="nr_Nota_892684_1200" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_892684_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_892684_1620" id="ci_AlunoAvaliacao_892684_1620" value="99811653" type="hidden">
                <input name="nr_Nota_892684_1620" id="nr_Nota_892684_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_892684_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_892684_1730" id="ci_AlunoAvaliacao_892684_1730" value="99253733" type="hidden">
                <input name="nr_Nota_892684_1730" id="nr_Nota_892684_1730" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;822218&nbsp;LAIS ARAGAO VIUDEZ
              <input id="cd_Aluno_23" name="cd_Aluno_23" value="822218" type="hidden"></td>
            
            <td id="colunaNotaAluno_822218_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_822218_154" id="ci_AlunoAvaliacao_822218_154" value="100099283" type="hidden">
                <input name="nr_Nota_822218_154" id="nr_Nota_822218_154" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_822218_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_822218_160" id="ci_AlunoAvaliacao_822218_160" value="99810783" type="hidden">
                <input name="nr_Nota_822218_160" id="nr_Nota_822218_160" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_822218_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_822218_530" id="ci_AlunoAvaliacao_822218_530" value="99660949" type="hidden">
                <input name="nr_Nota_822218_530" id="nr_Nota_822218_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_822218_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_822218_780" id="ci_AlunoAvaliacao_822218_780" value="99252967" type="hidden">
                <input name="nr_Nota_822218_780" id="nr_Nota_822218_780" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_822218_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_822218_800" id="ci_AlunoAvaliacao_822218_800" value="100795438" type="hidden">
                <input name="nr_Nota_822218_800" id="nr_Nota_822218_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_822218_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_822218_890" id="ci_AlunoAvaliacao_822218_890" value="99372118" type="hidden">
                <input name="nr_Nota_822218_890" id="nr_Nota_822218_890" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_822218_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_822218_970" id="ci_AlunoAvaliacao_822218_970" value="99253409" type="hidden">
                <input name="nr_Nota_822218_970" id="nr_Nota_822218_970" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_822218_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_822218_3330" id="ci_AlunoAvaliacao_822218_3330" value="99932721" type="hidden">
                <input name="nr_Nota_822218_3330" id="nr_Nota_822218_3330" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_822218_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_822218_1130" id="ci_AlunoAvaliacao_822218_1130" value="99372773" type="hidden">
                <input name="nr_Nota_822218_1130" id="nr_Nota_822218_1130" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_822218_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_822218_1140" id="ci_AlunoAvaliacao_822218_1140" value="100100070" type="hidden">
                <input name="nr_Nota_822218_1140" id="nr_Nota_822218_1140" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_822218_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_822218_1200" id="ci_AlunoAvaliacao_822218_1200" value="99810136" type="hidden">
                <input name="nr_Nota_822218_1200" id="nr_Nota_822218_1200" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_822218_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_822218_1620" id="ci_AlunoAvaliacao_822218_1620" value="99811654" type="hidden">
                <input name="nr_Nota_822218_1620" id="nr_Nota_822218_1620" value="3,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_822218_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_822218_1730" id="ci_AlunoAvaliacao_822218_1730" value="99253734" type="hidden">
                <input name="nr_Nota_822218_1730" id="nr_Nota_822218_1730" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1202633&nbsp;LARISSA DE CARVALHO ALVES
              <input id="cd_Aluno_24" name="cd_Aluno_24" value="1202633" type="hidden"></td>
            
            <td id="colunaNotaAluno_1202633_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202633_154" id="ci_AlunoAvaliacao_1202633_154" value="100099284" type="hidden">
                <input name="nr_Nota_1202633_154" id="nr_Nota_1202633_154" value="1,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202633_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202633_160" id="ci_AlunoAvaliacao_1202633_160" value="99810784" type="hidden">
                <input name="nr_Nota_1202633_160" id="nr_Nota_1202633_160" value="4,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202633_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202633_530" id="ci_AlunoAvaliacao_1202633_530" value="99660950" type="hidden">
                <input name="nr_Nota_1202633_530" id="nr_Nota_1202633_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202633_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202633_780" id="ci_AlunoAvaliacao_1202633_780" value="99252968" type="hidden">
                <input name="nr_Nota_1202633_780" id="nr_Nota_1202633_780" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202633_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202633_800" id="ci_AlunoAvaliacao_1202633_800" value="100795439" type="hidden">
                <input name="nr_Nota_1202633_800" id="nr_Nota_1202633_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202633_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202633_890" id="ci_AlunoAvaliacao_1202633_890" value="99372119" type="hidden">
                <input name="nr_Nota_1202633_890" id="nr_Nota_1202633_890" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202633_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202633_970" id="ci_AlunoAvaliacao_1202633_970" value="99253410" type="hidden">
                <input name="nr_Nota_1202633_970" id="nr_Nota_1202633_970" value="4,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202633_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202633_3330" id="ci_AlunoAvaliacao_1202633_3330" value="99932722" type="hidden">
                <input name="nr_Nota_1202633_3330" id="nr_Nota_1202633_3330" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202633_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202633_1130" id="ci_AlunoAvaliacao_1202633_1130" value="99372774" type="hidden">
                <input name="nr_Nota_1202633_1130" id="nr_Nota_1202633_1130" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202633_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202633_1140" id="ci_AlunoAvaliacao_1202633_1140" value="100100071" type="hidden">
                <input name="nr_Nota_1202633_1140" id="nr_Nota_1202633_1140" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202633_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202633_1200" id="ci_AlunoAvaliacao_1202633_1200" value="99810137" type="hidden">
                <input name="nr_Nota_1202633_1200" id="nr_Nota_1202633_1200" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202633_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202633_1620" id="ci_AlunoAvaliacao_1202633_1620" value="99811655" type="hidden">
                <input name="nr_Nota_1202633_1620" id="nr_Nota_1202633_1620" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202633_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202633_1730" id="ci_AlunoAvaliacao_1202633_1730" value="99253735" type="hidden">
                <input name="nr_Nota_1202633_1730" id="nr_Nota_1202633_1730" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1688094&nbsp;LARISSA THAMYSE ROCHA FERREIRA
              <input id="cd_Aluno_25" name="cd_Aluno_25" value="1688094" type="hidden"></td>
            
            <td id="colunaNotaAluno_1688094_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1688094_154" id="ci_AlunoAvaliacao_1688094_154" value="100099285" type="hidden">
                <input name="nr_Nota_1688094_154" id="nr_Nota_1688094_154" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1688094_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1688094_160" id="ci_AlunoAvaliacao_1688094_160" value="99810785" type="hidden">
                <input name="nr_Nota_1688094_160" id="nr_Nota_1688094_160" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1688094_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1688094_530" id="ci_AlunoAvaliacao_1688094_530" value="99660951" type="hidden">
                <input name="nr_Nota_1688094_530" id="nr_Nota_1688094_530" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1688094_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1688094_780" id="ci_AlunoAvaliacao_1688094_780" value="99252969" type="hidden">
                <input name="nr_Nota_1688094_780" id="nr_Nota_1688094_780" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1688094_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1688094_800" id="ci_AlunoAvaliacao_1688094_800" value="100795440" type="hidden">
                <input name="nr_Nota_1688094_800" id="nr_Nota_1688094_800" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1688094_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1688094_890" id="ci_AlunoAvaliacao_1688094_890" value="99372120" type="hidden">
                <input name="nr_Nota_1688094_890" id="nr_Nota_1688094_890" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1688094_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1688094_970" id="ci_AlunoAvaliacao_1688094_970" value="99253411" type="hidden">
                <input name="nr_Nota_1688094_970" id="nr_Nota_1688094_970" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1688094_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1688094_3330" id="ci_AlunoAvaliacao_1688094_3330" value="99932723" type="hidden">
                <input name="nr_Nota_1688094_3330" id="nr_Nota_1688094_3330" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1688094_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1688094_1130" id="ci_AlunoAvaliacao_1688094_1130" value="99372775" type="hidden">
                <input name="nr_Nota_1688094_1130" id="nr_Nota_1688094_1130" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1688094_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1688094_1140" id="ci_AlunoAvaliacao_1688094_1140" value="100100072" type="hidden">
                <input name="nr_Nota_1688094_1140" id="nr_Nota_1688094_1140" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1688094_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1688094_1200" id="ci_AlunoAvaliacao_1688094_1200" value="99810138" type="hidden">
                <input name="nr_Nota_1688094_1200" id="nr_Nota_1688094_1200" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1688094_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1688094_1620" id="ci_AlunoAvaliacao_1688094_1620" value="99811656" type="hidden">
                <input name="nr_Nota_1688094_1620" id="nr_Nota_1688094_1620" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1688094_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1688094_1730" id="ci_AlunoAvaliacao_1688094_1730" value="99253736" type="hidden">
                <input name="nr_Nota_1688094_1730" id="nr_Nota_1688094_1730" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1198033&nbsp;LUCAS DE OLIVEIRA
              <input id="cd_Aluno_26" name="cd_Aluno_26" value="1198033" type="hidden"></td>
            
            <td id="colunaNotaAluno_1198033_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1198033_154" id="ci_AlunoAvaliacao_1198033_154" value="96835344" type="hidden">
                <input name="nr_Nota_1198033_154" id="nr_Nota_1198033_154" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1198033_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1198033_160" id="ci_AlunoAvaliacao_1198033_160" value="96835345" type="hidden">
                <input name="nr_Nota_1198033_160" id="nr_Nota_1198033_160" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1198033_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1198033_530" id="ci_AlunoAvaliacao_1198033_530" value="96835346" type="hidden">
                <input name="nr_Nota_1198033_530" id="nr_Nota_1198033_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1198033_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1198033_780" id="ci_AlunoAvaliacao_1198033_780" value="96835347" type="hidden">
                <input name="nr_Nota_1198033_780" id="nr_Nota_1198033_780" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1198033_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1198033_800" id="ci_AlunoAvaliacao_1198033_800" value="96835348" type="hidden">
                <input name="nr_Nota_1198033_800" id="nr_Nota_1198033_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1198033_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1198033_890" id="ci_AlunoAvaliacao_1198033_890" value="96835349" type="hidden">
                <input name="nr_Nota_1198033_890" id="nr_Nota_1198033_890" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1198033_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1198033_970" id="ci_AlunoAvaliacao_1198033_970" value="96835350" type="hidden">
                <input name="nr_Nota_1198033_970" id="nr_Nota_1198033_970" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1198033_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1198033_3330" id="ci_AlunoAvaliacao_1198033_3330" value="96835351" type="hidden">
                <input name="nr_Nota_1198033_3330" id="nr_Nota_1198033_3330" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1198033_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1198033_1130" id="ci_AlunoAvaliacao_1198033_1130" value="96835352" type="hidden">
                <input name="nr_Nota_1198033_1130" id="nr_Nota_1198033_1130" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1198033_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1198033_1140" id="ci_AlunoAvaliacao_1198033_1140" value="96835353" type="hidden">
                <input name="nr_Nota_1198033_1140" id="nr_Nota_1198033_1140" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1198033_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1198033_1200" id="ci_AlunoAvaliacao_1198033_1200" value="96835354" type="hidden">
                <input name="nr_Nota_1198033_1200" id="nr_Nota_1198033_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1198033_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1198033_1620" id="ci_AlunoAvaliacao_1198033_1620" value="96835355" type="hidden">
                <input name="nr_Nota_1198033_1620" id="nr_Nota_1198033_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1198033_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1198033_1730" id="ci_AlunoAvaliacao_1198033_1730" value="96835356" type="hidden">
                <input name="nr_Nota_1198033_1730" id="nr_Nota_1198033_1730" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1042479&nbsp;LARISSA PEREIRA LOBO
              <input id="cd_Aluno_27" name="cd_Aluno_27" value="1042479" type="hidden"></td>
            
            <td id="colunaNotaAluno_1042479_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1042479_154" id="ci_AlunoAvaliacao_1042479_154" value="100099286" type="hidden">
                <input name="nr_Nota_1042479_154" id="nr_Nota_1042479_154" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1042479_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1042479_160" id="ci_AlunoAvaliacao_1042479_160" value="99810786" type="hidden">
                <input name="nr_Nota_1042479_160" id="nr_Nota_1042479_160" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1042479_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1042479_530" id="ci_AlunoAvaliacao_1042479_530" value="99660952" type="hidden">
                <input name="nr_Nota_1042479_530" id="nr_Nota_1042479_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1042479_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1042479_780" id="ci_AlunoAvaliacao_1042479_780" value="99252970" type="hidden">
                <input name="nr_Nota_1042479_780" id="nr_Nota_1042479_780" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1042479_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1042479_800" id="ci_AlunoAvaliacao_1042479_800" value="100795441" type="hidden">
                <input name="nr_Nota_1042479_800" id="nr_Nota_1042479_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1042479_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1042479_890" id="ci_AlunoAvaliacao_1042479_890" value="99372121" type="hidden">
                <input name="nr_Nota_1042479_890" id="nr_Nota_1042479_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1042479_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1042479_970" id="ci_AlunoAvaliacao_1042479_970" value="99253412" type="hidden">
                <input name="nr_Nota_1042479_970" id="nr_Nota_1042479_970" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1042479_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1042479_3330" id="ci_AlunoAvaliacao_1042479_3330" value="99932724" type="hidden">
                <input name="nr_Nota_1042479_3330" id="nr_Nota_1042479_3330" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1042479_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1042479_1130" id="ci_AlunoAvaliacao_1042479_1130" value="99372776" type="hidden">
                <input name="nr_Nota_1042479_1130" id="nr_Nota_1042479_1130" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1042479_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1042479_1140" id="ci_AlunoAvaliacao_1042479_1140" value="100100073" type="hidden">
                <input name="nr_Nota_1042479_1140" id="nr_Nota_1042479_1140" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1042479_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1042479_1200" id="ci_AlunoAvaliacao_1042479_1200" value="99810139" type="hidden">
                <input name="nr_Nota_1042479_1200" id="nr_Nota_1042479_1200" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1042479_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1042479_1620" id="ci_AlunoAvaliacao_1042479_1620" value="99811657" type="hidden">
                <input name="nr_Nota_1042479_1620" id="nr_Nota_1042479_1620" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1042479_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1042479_1730" id="ci_AlunoAvaliacao_1042479_1730" value="99253737" type="hidden">
                <input name="nr_Nota_1042479_1730" id="nr_Nota_1042479_1730" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1657416&nbsp;MAIARA ALMEIDA DOS SANTOS
              <input id="cd_Aluno_28" name="cd_Aluno_28" value="1657416" type="hidden"></td>
            
            <td id="colunaNotaAluno_1657416_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1657416_154" id="ci_AlunoAvaliacao_1657416_154" value="100099287" type="hidden">
                <input name="nr_Nota_1657416_154" id="nr_Nota_1657416_154" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1657416_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1657416_160" id="ci_AlunoAvaliacao_1657416_160" value="99810787" type="hidden">
                <input name="nr_Nota_1657416_160" id="nr_Nota_1657416_160" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1657416_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1657416_530" id="ci_AlunoAvaliacao_1657416_530" value="99660953" type="hidden">
                <input name="nr_Nota_1657416_530" id="nr_Nota_1657416_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1657416_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1657416_780" id="ci_AlunoAvaliacao_1657416_780" value="99252971" type="hidden">
                <input name="nr_Nota_1657416_780" id="nr_Nota_1657416_780" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1657416_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1657416_800" id="ci_AlunoAvaliacao_1657416_800" value="100795442" type="hidden">
                <input name="nr_Nota_1657416_800" id="nr_Nota_1657416_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1657416_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1657416_890" id="ci_AlunoAvaliacao_1657416_890" value="99372122" type="hidden">
                <input name="nr_Nota_1657416_890" id="nr_Nota_1657416_890" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1657416_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1657416_970" id="ci_AlunoAvaliacao_1657416_970" value="99253413" type="hidden">
                <input name="nr_Nota_1657416_970" id="nr_Nota_1657416_970" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1657416_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1657416_3330" id="ci_AlunoAvaliacao_1657416_3330" value="99932725" type="hidden">
                <input name="nr_Nota_1657416_3330" id="nr_Nota_1657416_3330" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1657416_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1657416_1130" id="ci_AlunoAvaliacao_1657416_1130" value="99372777" type="hidden">
                <input name="nr_Nota_1657416_1130" id="nr_Nota_1657416_1130" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1657416_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1657416_1140" id="ci_AlunoAvaliacao_1657416_1140" value="100100074" type="hidden">
                <input name="nr_Nota_1657416_1140" id="nr_Nota_1657416_1140" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1657416_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1657416_1200" id="ci_AlunoAvaliacao_1657416_1200" value="99810140" type="hidden">
                <input name="nr_Nota_1657416_1200" id="nr_Nota_1657416_1200" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1657416_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1657416_1620" id="ci_AlunoAvaliacao_1657416_1620" value="99811658" type="hidden">
                <input name="nr_Nota_1657416_1620" id="nr_Nota_1657416_1620" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1657416_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1657416_1730" id="ci_AlunoAvaliacao_1657416_1730" value="99253738" type="hidden">
                <input name="nr_Nota_1657416_1730" id="nr_Nota_1657416_1730" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;393668&nbsp;MARIA CLARA MACHADO DA SILVA
              <input id="cd_Aluno_29" name="cd_Aluno_29" value="393668" type="hidden"></td>
            
            <td id="colunaNotaAluno_393668_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_393668_154" id="ci_AlunoAvaliacao_393668_154" value="100099288" type="hidden">
                <input name="nr_Nota_393668_154" id="nr_Nota_393668_154" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_393668_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_393668_160" id="ci_AlunoAvaliacao_393668_160" value="99810788" type="hidden">
                <input name="nr_Nota_393668_160" id="nr_Nota_393668_160" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_393668_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_393668_530" id="ci_AlunoAvaliacao_393668_530" value="99660954" type="hidden">
                <input name="nr_Nota_393668_530" id="nr_Nota_393668_530" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_393668_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_393668_780" id="ci_AlunoAvaliacao_393668_780" value="99252972" type="hidden">
                <input name="nr_Nota_393668_780" id="nr_Nota_393668_780" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_393668_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_393668_800" id="ci_AlunoAvaliacao_393668_800" value="100795443" type="hidden">
                <input name="nr_Nota_393668_800" id="nr_Nota_393668_800" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_393668_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_393668_890" id="ci_AlunoAvaliacao_393668_890" value="99372123" type="hidden">
                <input name="nr_Nota_393668_890" id="nr_Nota_393668_890" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_393668_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_393668_970" id="ci_AlunoAvaliacao_393668_970" value="99253414" type="hidden">
                <input name="nr_Nota_393668_970" id="nr_Nota_393668_970" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_393668_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_393668_3330" id="ci_AlunoAvaliacao_393668_3330" value="99932726" type="hidden">
                <input name="nr_Nota_393668_3330" id="nr_Nota_393668_3330" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_393668_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_393668_1130" id="ci_AlunoAvaliacao_393668_1130" value="99372778" type="hidden">
                <input name="nr_Nota_393668_1130" id="nr_Nota_393668_1130" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_393668_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_393668_1140" id="ci_AlunoAvaliacao_393668_1140" value="100100075" type="hidden">
                <input name="nr_Nota_393668_1140" id="nr_Nota_393668_1140" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_393668_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_393668_1200" id="ci_AlunoAvaliacao_393668_1200" value="99810141" type="hidden">
                <input name="nr_Nota_393668_1200" id="nr_Nota_393668_1200" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_393668_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_393668_1620" id="ci_AlunoAvaliacao_393668_1620" value="99811659" type="hidden">
                <input name="nr_Nota_393668_1620" id="nr_Nota_393668_1620" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_393668_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_393668_1730" id="ci_AlunoAvaliacao_393668_1730" value="99253739" type="hidden">
                <input name="nr_Nota_393668_1730" id="nr_Nota_393668_1730" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1235911&nbsp;MARIA TAMIRES MELO MUNIZ
              <input id="cd_Aluno_30" name="cd_Aluno_30" value="1235911" type="hidden"></td>
            
            <td id="colunaNotaAluno_1235911_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1235911_154" id="ci_AlunoAvaliacao_1235911_154" value="100099289" type="hidden">
                <input name="nr_Nota_1235911_154" id="nr_Nota_1235911_154" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1235911_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1235911_160" id="ci_AlunoAvaliacao_1235911_160" value="99810789" type="hidden">
                <input name="nr_Nota_1235911_160" id="nr_Nota_1235911_160" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1235911_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1235911_530" id="ci_AlunoAvaliacao_1235911_530" value="99660955" type="hidden">
                <input name="nr_Nota_1235911_530" id="nr_Nota_1235911_530" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1235911_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1235911_780" id="ci_AlunoAvaliacao_1235911_780" value="99252973" type="hidden">
                <input name="nr_Nota_1235911_780" id="nr_Nota_1235911_780" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1235911_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1235911_800" id="ci_AlunoAvaliacao_1235911_800" value="100795444" type="hidden">
                <input name="nr_Nota_1235911_800" id="nr_Nota_1235911_800" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1235911_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1235911_890" id="ci_AlunoAvaliacao_1235911_890" value="99372124" type="hidden">
                <input name="nr_Nota_1235911_890" id="nr_Nota_1235911_890" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1235911_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1235911_970" id="ci_AlunoAvaliacao_1235911_970" value="99253415" type="hidden">
                <input name="nr_Nota_1235911_970" id="nr_Nota_1235911_970" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1235911_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1235911_3330" id="ci_AlunoAvaliacao_1235911_3330" value="99932727" type="hidden">
                <input name="nr_Nota_1235911_3330" id="nr_Nota_1235911_3330" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1235911_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1235911_1130" id="ci_AlunoAvaliacao_1235911_1130" value="99372779" type="hidden">
                <input name="nr_Nota_1235911_1130" id="nr_Nota_1235911_1130" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1235911_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1235911_1140" id="ci_AlunoAvaliacao_1235911_1140" value="100100076" type="hidden">
                <input name="nr_Nota_1235911_1140" id="nr_Nota_1235911_1140" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1235911_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1235911_1200" id="ci_AlunoAvaliacao_1235911_1200" value="99810142" type="hidden">
                <input name="nr_Nota_1235911_1200" id="nr_Nota_1235911_1200" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1235911_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1235911_1620" id="ci_AlunoAvaliacao_1235911_1620" value="99811660" type="hidden">
                <input name="nr_Nota_1235911_1620" id="nr_Nota_1235911_1620" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1235911_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1235911_1730" id="ci_AlunoAvaliacao_1235911_1730" value="99253740" type="hidden">
                <input name="nr_Nota_1235911_1730" id="nr_Nota_1235911_1730" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;827115&nbsp;MONICA DA SILVA ARAUJO
              <input id="cd_Aluno_31" name="cd_Aluno_31" value="827115" type="hidden"></td>
            
            <td id="colunaNotaAluno_827115_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_827115_154" id="ci_AlunoAvaliacao_827115_154" value="100099290" type="hidden">
                <input name="nr_Nota_827115_154" id="nr_Nota_827115_154" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_827115_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_827115_160" id="ci_AlunoAvaliacao_827115_160" value="99810790" type="hidden">
                <input name="nr_Nota_827115_160" id="nr_Nota_827115_160" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_827115_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_827115_530" id="ci_AlunoAvaliacao_827115_530" value="99660956" type="hidden">
                <input name="nr_Nota_827115_530" id="nr_Nota_827115_530" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_827115_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_827115_780" id="ci_AlunoAvaliacao_827115_780" value="99252974" type="hidden">
                <input name="nr_Nota_827115_780" id="nr_Nota_827115_780" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_827115_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_827115_800" id="ci_AlunoAvaliacao_827115_800" value="100795445" type="hidden">
                <input name="nr_Nota_827115_800" id="nr_Nota_827115_800" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_827115_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_827115_890" id="ci_AlunoAvaliacao_827115_890" value="99372125" type="hidden">
                <input name="nr_Nota_827115_890" id="nr_Nota_827115_890" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_827115_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_827115_970" id="ci_AlunoAvaliacao_827115_970" value="99253416" type="hidden">
                <input name="nr_Nota_827115_970" id="nr_Nota_827115_970" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_827115_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_827115_3330" id="ci_AlunoAvaliacao_827115_3330" value="99932728" type="hidden">
                <input name="nr_Nota_827115_3330" id="nr_Nota_827115_3330" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_827115_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_827115_1130" id="ci_AlunoAvaliacao_827115_1130" value="99372780" type="hidden">
                <input name="nr_Nota_827115_1130" id="nr_Nota_827115_1130" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_827115_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_827115_1140" id="ci_AlunoAvaliacao_827115_1140" value="100100077" type="hidden">
                <input name="nr_Nota_827115_1140" id="nr_Nota_827115_1140" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_827115_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_827115_1200" id="ci_AlunoAvaliacao_827115_1200" value="99810143" type="hidden">
                <input name="nr_Nota_827115_1200" id="nr_Nota_827115_1200" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_827115_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_827115_1620" id="ci_AlunoAvaliacao_827115_1620" value="99811661" type="hidden">
                <input name="nr_Nota_827115_1620" id="nr_Nota_827115_1620" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_827115_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_827115_1730" id="ci_AlunoAvaliacao_827115_1730" value="99253741" type="hidden">
                <input name="nr_Nota_827115_1730" id="nr_Nota_827115_1730" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1193403&nbsp;NARCELIO SOARES LIMA
              <input id="cd_Aluno_32" name="cd_Aluno_32" value="1193403" type="hidden"></td>
            
            <td id="colunaNotaAluno_1193403_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1193403_154" id="ci_AlunoAvaliacao_1193403_154" value="100099291" type="hidden">
                <input name="nr_Nota_1193403_154" id="nr_Nota_1193403_154" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1193403_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1193403_160" id="ci_AlunoAvaliacao_1193403_160" value="99810791" type="hidden">
                <input name="nr_Nota_1193403_160" id="nr_Nota_1193403_160" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1193403_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1193403_530" id="ci_AlunoAvaliacao_1193403_530" value="99660957" type="hidden">
                <input name="nr_Nota_1193403_530" id="nr_Nota_1193403_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1193403_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1193403_780" id="ci_AlunoAvaliacao_1193403_780" value="99252975" type="hidden">
                <input name="nr_Nota_1193403_780" id="nr_Nota_1193403_780" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1193403_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1193403_800" id="ci_AlunoAvaliacao_1193403_800" value="100795446" type="hidden">
                <input name="nr_Nota_1193403_800" id="nr_Nota_1193403_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1193403_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1193403_890" id="ci_AlunoAvaliacao_1193403_890" value="99372126" type="hidden">
                <input name="nr_Nota_1193403_890" id="nr_Nota_1193403_890" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1193403_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1193403_970" id="ci_AlunoAvaliacao_1193403_970" value="99253417" type="hidden">
                <input name="nr_Nota_1193403_970" id="nr_Nota_1193403_970" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1193403_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1193403_3330" id="ci_AlunoAvaliacao_1193403_3330" value="99932729" type="hidden">
                <input name="nr_Nota_1193403_3330" id="nr_Nota_1193403_3330" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1193403_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1193403_1130" id="ci_AlunoAvaliacao_1193403_1130" value="99372781" type="hidden">
                <input name="nr_Nota_1193403_1130" id="nr_Nota_1193403_1130" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1193403_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1193403_1140" id="ci_AlunoAvaliacao_1193403_1140" value="100100078" type="hidden">
                <input name="nr_Nota_1193403_1140" id="nr_Nota_1193403_1140" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1193403_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1193403_1200" id="ci_AlunoAvaliacao_1193403_1200" value="99810144" type="hidden">
                <input name="nr_Nota_1193403_1200" id="nr_Nota_1193403_1200" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1193403_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1193403_1620" id="ci_AlunoAvaliacao_1193403_1620" value="99811662" type="hidden">
                <input name="nr_Nota_1193403_1620" id="nr_Nota_1193403_1620" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1193403_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1193403_1730" id="ci_AlunoAvaliacao_1193403_1730" value="99253742" type="hidden">
                <input name="nr_Nota_1193403_1730" id="nr_Nota_1193403_1730" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1368219&nbsp;PAULO VICTOR GURGEL BRAUNA
              <input id="cd_Aluno_33" name="cd_Aluno_33" value="1368219" type="hidden"></td>
            
            <td id="colunaNotaAluno_1368219_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1368219_154" id="ci_AlunoAvaliacao_1368219_154" value="100099292" type="hidden">
                <input name="nr_Nota_1368219_154" id="nr_Nota_1368219_154" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1368219_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1368219_160" id="ci_AlunoAvaliacao_1368219_160" value="99810792" type="hidden">
                <input name="nr_Nota_1368219_160" id="nr_Nota_1368219_160" value="2,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1368219_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1368219_530" id="ci_AlunoAvaliacao_1368219_530" value="99660958" type="hidden">
                <input name="nr_Nota_1368219_530" id="nr_Nota_1368219_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1368219_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1368219_780" id="ci_AlunoAvaliacao_1368219_780" value="99252976" type="hidden">
                <input name="nr_Nota_1368219_780" id="nr_Nota_1368219_780" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1368219_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1368219_800" id="ci_AlunoAvaliacao_1368219_800" value="100795447" type="hidden">
                <input name="nr_Nota_1368219_800" id="nr_Nota_1368219_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1368219_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1368219_890" id="ci_AlunoAvaliacao_1368219_890" value="99372127" type="hidden">
                <input name="nr_Nota_1368219_890" id="nr_Nota_1368219_890" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1368219_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1368219_970" id="ci_AlunoAvaliacao_1368219_970" value="99253418" type="hidden">
                <input name="nr_Nota_1368219_970" id="nr_Nota_1368219_970" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1368219_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1368219_3330" id="ci_AlunoAvaliacao_1368219_3330" value="99932730" type="hidden">
                <input name="nr_Nota_1368219_3330" id="nr_Nota_1368219_3330" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1368219_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1368219_1130" id="ci_AlunoAvaliacao_1368219_1130" value="99372782" type="hidden">
                <input name="nr_Nota_1368219_1130" id="nr_Nota_1368219_1130" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1368219_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1368219_1140" id="ci_AlunoAvaliacao_1368219_1140" value="100100079" type="hidden">
                <input name="nr_Nota_1368219_1140" id="nr_Nota_1368219_1140" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1368219_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1368219_1200" id="ci_AlunoAvaliacao_1368219_1200" value="99810145" type="hidden">
                <input name="nr_Nota_1368219_1200" id="nr_Nota_1368219_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1368219_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1368219_1620" id="ci_AlunoAvaliacao_1368219_1620" value="99811663" type="hidden">
                <input name="nr_Nota_1368219_1620" id="nr_Nota_1368219_1620" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1368219_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1368219_1730" id="ci_AlunoAvaliacao_1368219_1730" value="99253743" type="hidden">
                <input name="nr_Nota_1368219_1730" id="nr_Nota_1368219_1730" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1202791&nbsp;RAYSON TOME CARNEIRO
              <input id="cd_Aluno_34" name="cd_Aluno_34" value="1202791" type="hidden"></td>
            
            <td id="colunaNotaAluno_1202791_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202791_154" id="ci_AlunoAvaliacao_1202791_154" value="100099293" type="hidden">
                <input name="nr_Nota_1202791_154" id="nr_Nota_1202791_154" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202791_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202791_160" id="ci_AlunoAvaliacao_1202791_160" value="99810793" type="hidden">
                <input name="nr_Nota_1202791_160" id="nr_Nota_1202791_160" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202791_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202791_530" id="ci_AlunoAvaliacao_1202791_530" value="99660959" type="hidden">
                <input name="nr_Nota_1202791_530" id="nr_Nota_1202791_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202791_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202791_780" id="ci_AlunoAvaliacao_1202791_780" value="99252977" type="hidden">
                <input name="nr_Nota_1202791_780" id="nr_Nota_1202791_780" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202791_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202791_800" id="ci_AlunoAvaliacao_1202791_800" value="100795448" type="hidden">
                <input name="nr_Nota_1202791_800" id="nr_Nota_1202791_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202791_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202791_890" id="ci_AlunoAvaliacao_1202791_890" value="99372128" type="hidden">
                <input name="nr_Nota_1202791_890" id="nr_Nota_1202791_890" value="3,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202791_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202791_970" id="ci_AlunoAvaliacao_1202791_970" value="99253419" type="hidden">
                <input name="nr_Nota_1202791_970" id="nr_Nota_1202791_970" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202791_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202791_3330" id="ci_AlunoAvaliacao_1202791_3330" value="99932731" type="hidden">
                <input name="nr_Nota_1202791_3330" id="nr_Nota_1202791_3330" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202791_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202791_1130" id="ci_AlunoAvaliacao_1202791_1130" value="99372783" type="hidden">
                <input name="nr_Nota_1202791_1130" id="nr_Nota_1202791_1130" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202791_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202791_1140" id="ci_AlunoAvaliacao_1202791_1140" value="100100080" type="hidden">
                <input name="nr_Nota_1202791_1140" id="nr_Nota_1202791_1140" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202791_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202791_1200" id="ci_AlunoAvaliacao_1202791_1200" value="99810146" type="hidden">
                <input name="nr_Nota_1202791_1200" id="nr_Nota_1202791_1200" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202791_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202791_1620" id="ci_AlunoAvaliacao_1202791_1620" value="99811664" type="hidden">
                <input name="nr_Nota_1202791_1620" id="nr_Nota_1202791_1620" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202791_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202791_1730" id="ci_AlunoAvaliacao_1202791_1730" value="99253744" type="hidden">
                <input name="nr_Nota_1202791_1730" id="nr_Nota_1202791_1730" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1202346&nbsp;RENAN RIBEIRO DE SOUSA
              <input id="cd_Aluno_35" name="cd_Aluno_35" value="1202346" type="hidden"></td>
            
            <td id="colunaNotaAluno_1202346_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202346_154" id="ci_AlunoAvaliacao_1202346_154" value="100099294" type="hidden">
                <input name="nr_Nota_1202346_154" id="nr_Nota_1202346_154" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202346_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202346_160" id="ci_AlunoAvaliacao_1202346_160" value="99810794" type="hidden">
                <input name="nr_Nota_1202346_160" id="nr_Nota_1202346_160" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202346_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202346_530" id="ci_AlunoAvaliacao_1202346_530" value="99660960" type="hidden">
                <input name="nr_Nota_1202346_530" id="nr_Nota_1202346_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202346_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202346_780" id="ci_AlunoAvaliacao_1202346_780" value="99252978" type="hidden">
                <input name="nr_Nota_1202346_780" id="nr_Nota_1202346_780" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202346_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202346_800" id="ci_AlunoAvaliacao_1202346_800" value="100795449" type="hidden">
                <input name="nr_Nota_1202346_800" id="nr_Nota_1202346_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202346_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202346_890" id="ci_AlunoAvaliacao_1202346_890" value="99372129" type="hidden">
                <input name="nr_Nota_1202346_890" id="nr_Nota_1202346_890" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202346_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202346_970" id="ci_AlunoAvaliacao_1202346_970" value="99253420" type="hidden">
                <input name="nr_Nota_1202346_970" id="nr_Nota_1202346_970" value="4,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202346_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202346_3330" id="ci_AlunoAvaliacao_1202346_3330" value="99932732" type="hidden">
                <input name="nr_Nota_1202346_3330" id="nr_Nota_1202346_3330" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202346_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202346_1130" id="ci_AlunoAvaliacao_1202346_1130" value="99372784" type="hidden">
                <input name="nr_Nota_1202346_1130" id="nr_Nota_1202346_1130" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202346_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202346_1140" id="ci_AlunoAvaliacao_1202346_1140" value="100100081" type="hidden">
                <input name="nr_Nota_1202346_1140" id="nr_Nota_1202346_1140" value="2,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202346_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202346_1200" id="ci_AlunoAvaliacao_1202346_1200" value="99810147" type="hidden">
                <input name="nr_Nota_1202346_1200" id="nr_Nota_1202346_1200" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202346_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202346_1620" id="ci_AlunoAvaliacao_1202346_1620" value="99811665" type="hidden">
                <input name="nr_Nota_1202346_1620" id="nr_Nota_1202346_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202346_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202346_1730" id="ci_AlunoAvaliacao_1202346_1730" value="99253745" type="hidden">
                <input name="nr_Nota_1202346_1730" id="nr_Nota_1202346_1730" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1500970&nbsp;RAY MARQUES DAMASCENO JUNIOR
              <input id="cd_Aluno_36" name="cd_Aluno_36" value="1500970" type="hidden"></td>
            
            <td id="colunaNotaAluno_1500970_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1500970_154" id="ci_AlunoAvaliacao_1500970_154" value="100099295" type="hidden">
                <input name="nr_Nota_1500970_154" id="nr_Nota_1500970_154" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1500970_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1500970_160" id="ci_AlunoAvaliacao_1500970_160" value="99810795" type="hidden">
                <input name="nr_Nota_1500970_160" id="nr_Nota_1500970_160" value="3,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1500970_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1500970_530" id="ci_AlunoAvaliacao_1500970_530" value="99660961" type="hidden">
                <input name="nr_Nota_1500970_530" id="nr_Nota_1500970_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1500970_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1500970_780" id="ci_AlunoAvaliacao_1500970_780" value="99252979" type="hidden">
                <input name="nr_Nota_1500970_780" id="nr_Nota_1500970_780" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1500970_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1500970_800" id="ci_AlunoAvaliacao_1500970_800" value="100795450" type="hidden">
                <input name="nr_Nota_1500970_800" id="nr_Nota_1500970_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1500970_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1500970_890" id="ci_AlunoAvaliacao_1500970_890" value="99372130" type="hidden">
                <input name="nr_Nota_1500970_890" id="nr_Nota_1500970_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1500970_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1500970_970" id="ci_AlunoAvaliacao_1500970_970" value="99253421" type="hidden">
                <input name="nr_Nota_1500970_970" id="nr_Nota_1500970_970" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1500970_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1500970_3330" id="ci_AlunoAvaliacao_1500970_3330" value="99932733" type="hidden">
                <input name="nr_Nota_1500970_3330" id="nr_Nota_1500970_3330" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1500970_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1500970_1130" id="ci_AlunoAvaliacao_1500970_1130" value="99372785" type="hidden">
                <input name="nr_Nota_1500970_1130" id="nr_Nota_1500970_1130" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1500970_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1500970_1140" id="ci_AlunoAvaliacao_1500970_1140" value="100100082" type="hidden">
                <input name="nr_Nota_1500970_1140" id="nr_Nota_1500970_1140" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1500970_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1500970_1200" id="ci_AlunoAvaliacao_1500970_1200" value="99810148" type="hidden">
                <input name="nr_Nota_1500970_1200" id="nr_Nota_1500970_1200" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1500970_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1500970_1620" id="ci_AlunoAvaliacao_1500970_1620" value="99811666" type="hidden">
                <input name="nr_Nota_1500970_1620" id="nr_Nota_1500970_1620" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1500970_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1500970_1730" id="ci_AlunoAvaliacao_1500970_1730" value="99253746" type="hidden">
                <input name="nr_Nota_1500970_1730" id="nr_Nota_1500970_1730" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1301981&nbsp;SABRYNA SILVA DE LIMA
              <input id="cd_Aluno_37" name="cd_Aluno_37" value="1301981" type="hidden"></td>
            
            <td id="colunaNotaAluno_1301981_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1301981_154" id="ci_AlunoAvaliacao_1301981_154" value="100099296" type="hidden">
                <input name="nr_Nota_1301981_154" id="nr_Nota_1301981_154" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1301981_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1301981_160" id="ci_AlunoAvaliacao_1301981_160" value="99810796" type="hidden">
                <input name="nr_Nota_1301981_160" id="nr_Nota_1301981_160" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1301981_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1301981_530" id="ci_AlunoAvaliacao_1301981_530" value="99660962" type="hidden">
                <input name="nr_Nota_1301981_530" id="nr_Nota_1301981_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1301981_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1301981_780" id="ci_AlunoAvaliacao_1301981_780" value="99252980" type="hidden">
                <input name="nr_Nota_1301981_780" id="nr_Nota_1301981_780" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1301981_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1301981_800" id="ci_AlunoAvaliacao_1301981_800" value="100795451" type="hidden">
                <input name="nr_Nota_1301981_800" id="nr_Nota_1301981_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1301981_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1301981_890" id="ci_AlunoAvaliacao_1301981_890" value="99372131" type="hidden">
                <input name="nr_Nota_1301981_890" id="nr_Nota_1301981_890" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1301981_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1301981_970" id="ci_AlunoAvaliacao_1301981_970" value="99253422" type="hidden">
                <input name="nr_Nota_1301981_970" id="nr_Nota_1301981_970" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1301981_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1301981_3330" id="ci_AlunoAvaliacao_1301981_3330" value="99932734" type="hidden">
                <input name="nr_Nota_1301981_3330" id="nr_Nota_1301981_3330" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1301981_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1301981_1130" id="ci_AlunoAvaliacao_1301981_1130" value="99372786" type="hidden">
                <input name="nr_Nota_1301981_1130" id="nr_Nota_1301981_1130" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1301981_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1301981_1140" id="ci_AlunoAvaliacao_1301981_1140" value="100100083" type="hidden">
                <input name="nr_Nota_1301981_1140" id="nr_Nota_1301981_1140" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1301981_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1301981_1200" id="ci_AlunoAvaliacao_1301981_1200" value="99810149" type="hidden">
                <input name="nr_Nota_1301981_1200" id="nr_Nota_1301981_1200" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1301981_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1301981_1620" id="ci_AlunoAvaliacao_1301981_1620" value="99811667" type="hidden">
                <input name="nr_Nota_1301981_1620" id="nr_Nota_1301981_1620" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1301981_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1301981_1730" id="ci_AlunoAvaliacao_1301981_1730" value="99253747" type="hidden">
                <input name="nr_Nota_1301981_1730" id="nr_Nota_1301981_1730" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1301976&nbsp;SAMANTHA SILVA DE LIMA
              <input id="cd_Aluno_38" name="cd_Aluno_38" value="1301976" type="hidden"></td>
            
            <td id="colunaNotaAluno_1301976_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1301976_154" id="ci_AlunoAvaliacao_1301976_154" value="100099297" type="hidden">
                <input name="nr_Nota_1301976_154" id="nr_Nota_1301976_154" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1301976_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1301976_160" id="ci_AlunoAvaliacao_1301976_160" value="99810797" type="hidden">
                <input name="nr_Nota_1301976_160" id="nr_Nota_1301976_160" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1301976_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1301976_530" id="ci_AlunoAvaliacao_1301976_530" value="99660963" type="hidden">
                <input name="nr_Nota_1301976_530" id="nr_Nota_1301976_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1301976_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1301976_780" id="ci_AlunoAvaliacao_1301976_780" value="99252981" type="hidden">
                <input name="nr_Nota_1301976_780" id="nr_Nota_1301976_780" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1301976_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1301976_800" id="ci_AlunoAvaliacao_1301976_800" value="100795452" type="hidden">
                <input name="nr_Nota_1301976_800" id="nr_Nota_1301976_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1301976_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1301976_890" id="ci_AlunoAvaliacao_1301976_890" value="99372132" type="hidden">
                <input name="nr_Nota_1301976_890" id="nr_Nota_1301976_890" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1301976_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1301976_970" id="ci_AlunoAvaliacao_1301976_970" value="99253423" type="hidden">
                <input name="nr_Nota_1301976_970" id="nr_Nota_1301976_970" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1301976_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1301976_3330" id="ci_AlunoAvaliacao_1301976_3330" value="99932735" type="hidden">
                <input name="nr_Nota_1301976_3330" id="nr_Nota_1301976_3330" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1301976_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1301976_1130" id="ci_AlunoAvaliacao_1301976_1130" value="99372787" type="hidden">
                <input name="nr_Nota_1301976_1130" id="nr_Nota_1301976_1130" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1301976_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1301976_1140" id="ci_AlunoAvaliacao_1301976_1140" value="100100084" type="hidden">
                <input name="nr_Nota_1301976_1140" id="nr_Nota_1301976_1140" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1301976_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1301976_1200" id="ci_AlunoAvaliacao_1301976_1200" value="99810150" type="hidden">
                <input name="nr_Nota_1301976_1200" id="nr_Nota_1301976_1200" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1301976_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1301976_1620" id="ci_AlunoAvaliacao_1301976_1620" value="99811668" type="hidden">
                <input name="nr_Nota_1301976_1620" id="nr_Nota_1301976_1620" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1301976_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1301976_1730" id="ci_AlunoAvaliacao_1301976_1730" value="99253748" type="hidden">
                <input name="nr_Nota_1301976_1730" id="nr_Nota_1301976_1730" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;2172327&nbsp;TAIANE MOREIRA ROCHA
              <input id="cd_Aluno_39" name="cd_Aluno_39" value="2172327" type="hidden"></td>
            
            <td id="colunaNotaAluno_2172327_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2172327_154" id="ci_AlunoAvaliacao_2172327_154" value="100099298" type="hidden">
                <input name="nr_Nota_2172327_154" id="nr_Nota_2172327_154" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2172327_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2172327_160" id="ci_AlunoAvaliacao_2172327_160" value="99810798" type="hidden">
                <input name="nr_Nota_2172327_160" id="nr_Nota_2172327_160" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2172327_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2172327_530" id="ci_AlunoAvaliacao_2172327_530" value="99660964" type="hidden">
                <input name="nr_Nota_2172327_530" id="nr_Nota_2172327_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2172327_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2172327_780" id="ci_AlunoAvaliacao_2172327_780" value="99252982" type="hidden">
                <input name="nr_Nota_2172327_780" id="nr_Nota_2172327_780" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2172327_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2172327_800" id="ci_AlunoAvaliacao_2172327_800" value="100795453" type="hidden">
                <input name="nr_Nota_2172327_800" id="nr_Nota_2172327_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2172327_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2172327_890" id="ci_AlunoAvaliacao_2172327_890" value="99372133" type="hidden">
                <input name="nr_Nota_2172327_890" id="nr_Nota_2172327_890" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2172327_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2172327_970" id="ci_AlunoAvaliacao_2172327_970" value="99253424" type="hidden">
                <input name="nr_Nota_2172327_970" id="nr_Nota_2172327_970" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2172327_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2172327_3330" id="ci_AlunoAvaliacao_2172327_3330" value="99932736" type="hidden">
                <input name="nr_Nota_2172327_3330" id="nr_Nota_2172327_3330" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2172327_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2172327_1130" id="ci_AlunoAvaliacao_2172327_1130" value="99372788" type="hidden">
                <input name="nr_Nota_2172327_1130" id="nr_Nota_2172327_1130" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2172327_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2172327_1140" id="ci_AlunoAvaliacao_2172327_1140" value="100100085" type="hidden">
                <input name="nr_Nota_2172327_1140" id="nr_Nota_2172327_1140" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2172327_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2172327_1200" id="ci_AlunoAvaliacao_2172327_1200" value="99810151" type="hidden">
                <input name="nr_Nota_2172327_1200" id="nr_Nota_2172327_1200" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2172327_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2172327_1620" id="ci_AlunoAvaliacao_2172327_1620" value="99811669" type="hidden">
                <input name="nr_Nota_2172327_1620" id="nr_Nota_2172327_1620" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2172327_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2172327_1730" id="ci_AlunoAvaliacao_2172327_1730" value="99253749" type="hidden">
                <input name="nr_Nota_2172327_1730" id="nr_Nota_2172327_1730" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1202563&nbsp;VANESSA PEDREIRO MAGALHAES
              <input id="cd_Aluno_40" name="cd_Aluno_40" value="1202563" type="hidden"></td>
            
            <td id="colunaNotaAluno_1202563_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202563_154" id="ci_AlunoAvaliacao_1202563_154" value="100099299" type="hidden">
                <input name="nr_Nota_1202563_154" id="nr_Nota_1202563_154" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202563_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202563_160" id="ci_AlunoAvaliacao_1202563_160" value="99810799" type="hidden">
                <input name="nr_Nota_1202563_160" id="nr_Nota_1202563_160" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202563_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202563_530" id="ci_AlunoAvaliacao_1202563_530" value="99660965" type="hidden">
                <input name="nr_Nota_1202563_530" id="nr_Nota_1202563_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202563_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202563_780" id="ci_AlunoAvaliacao_1202563_780" value="99252983" type="hidden">
                <input name="nr_Nota_1202563_780" id="nr_Nota_1202563_780" value="9,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202563_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202563_800" id="ci_AlunoAvaliacao_1202563_800" value="100795454" type="hidden">
                <input name="nr_Nota_1202563_800" id="nr_Nota_1202563_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202563_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202563_890" id="ci_AlunoAvaliacao_1202563_890" value="99372134" type="hidden">
                <input name="nr_Nota_1202563_890" id="nr_Nota_1202563_890" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202563_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202563_970" id="ci_AlunoAvaliacao_1202563_970" value="99253425" type="hidden">
                <input name="nr_Nota_1202563_970" id="nr_Nota_1202563_970" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202563_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202563_3330" id="ci_AlunoAvaliacao_1202563_3330" value="99932737" type="hidden">
                <input name="nr_Nota_1202563_3330" id="nr_Nota_1202563_3330" value="9,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202563_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202563_1130" id="ci_AlunoAvaliacao_1202563_1130" value="99372789" type="hidden">
                <input name="nr_Nota_1202563_1130" id="nr_Nota_1202563_1130" value="4,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202563_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202563_1140" id="ci_AlunoAvaliacao_1202563_1140" value="100100086" type="hidden">
                <input name="nr_Nota_1202563_1140" id="nr_Nota_1202563_1140" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202563_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202563_1200" id="ci_AlunoAvaliacao_1202563_1200" value="99810152" type="hidden">
                <input name="nr_Nota_1202563_1200" id="nr_Nota_1202563_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202563_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202563_1620" id="ci_AlunoAvaliacao_1202563_1620" value="99811670" type="hidden">
                <input name="nr_Nota_1202563_1620" id="nr_Nota_1202563_1620" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202563_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202563_1730" id="ci_AlunoAvaliacao_1202563_1730" value="99253750" type="hidden">
                <input name="nr_Nota_1202563_1730" id="nr_Nota_1202563_1730" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1167646&nbsp;YLLANA MARIA DE FREITAS DOS SANTOS
              <input id="cd_Aluno_41" name="cd_Aluno_41" value="1167646" type="hidden"></td>
            
            <td id="colunaNotaAluno_1167646_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167646_154" id="ci_AlunoAvaliacao_1167646_154" value="100099300" type="hidden">
                <input name="nr_Nota_1167646_154" id="nr_Nota_1167646_154" value="2,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167646_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167646_160" id="ci_AlunoAvaliacao_1167646_160" value="99810800" type="hidden">
                <input name="nr_Nota_1167646_160" id="nr_Nota_1167646_160" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167646_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167646_530" id="ci_AlunoAvaliacao_1167646_530" value="99660966" type="hidden">
                <input name="nr_Nota_1167646_530" id="nr_Nota_1167646_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167646_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167646_780" id="ci_AlunoAvaliacao_1167646_780" value="99252984" type="hidden">
                <input name="nr_Nota_1167646_780" id="nr_Nota_1167646_780" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167646_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167646_800" id="ci_AlunoAvaliacao_1167646_800" value="100795455" type="hidden">
                <input name="nr_Nota_1167646_800" id="nr_Nota_1167646_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167646_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167646_890" id="ci_AlunoAvaliacao_1167646_890" value="99372135" type="hidden">
                <input name="nr_Nota_1167646_890" id="nr_Nota_1167646_890" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167646_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167646_970" id="ci_AlunoAvaliacao_1167646_970" value="99253426" type="hidden">
                <input name="nr_Nota_1167646_970" id="nr_Nota_1167646_970" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167646_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167646_3330" id="ci_AlunoAvaliacao_1167646_3330" value="99932738" type="hidden">
                <input name="nr_Nota_1167646_3330" id="nr_Nota_1167646_3330" value="3,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167646_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167646_1130" id="ci_AlunoAvaliacao_1167646_1130" value="99372790" type="hidden">
                <input name="nr_Nota_1167646_1130" id="nr_Nota_1167646_1130" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167646_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167646_1140" id="ci_AlunoAvaliacao_1167646_1140" value="100100087" type="hidden">
                <input name="nr_Nota_1167646_1140" id="nr_Nota_1167646_1140" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167646_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167646_1200" id="ci_AlunoAvaliacao_1167646_1200" value="99810153" type="hidden">
                <input name="nr_Nota_1167646_1200" id="nr_Nota_1167646_1200" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167646_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167646_1620" id="ci_AlunoAvaliacao_1167646_1620" value="99811671" type="hidden">
                <input name="nr_Nota_1167646_1620" id="nr_Nota_1167646_1620" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167646_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167646_1730" id="ci_AlunoAvaliacao_1167646_1730" value="99253751" type="hidden">
                <input name="nr_Nota_1167646_1730" id="nr_Nota_1167646_1730" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
        </tbody></table>
        <table width="100%" border="0" cellpadding="0" cellspacing="0">
          <tbody><tr>
            <td align="center">
              <br>
              
              			<input name="btnIncluir" class="botao" id="btnIncluir" value=" Incluir " onclick="ValidaPagina(this,'I');" type="button">
            	  
		              &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
		              &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;                      
                      <input name="btnExcluir" class="botao" id="btnExcluir" value=" Excluir " onclick="Excluir(this);" type="button">
    	                        
              </td>
          </tr>
        </tbody></table>
        </td>
    </tr>
  </tbody></table>
</form>
<div class="" style="display: block; top: 361px; left: 839px;" id="tooltip"><h3>LINGUA ESTRANGEIRA (ESPANHOL)</h3><div class="body">EDNYLTON DA SILVA SANTOS</div><div style="display: none;" class="url"></div></div><div id="hintbox"></div></body></html>